Skip to content

Commit

Permalink
Change the PyPI path
Browse files Browse the repository at this point in the history
  • Loading branch information
is-qian committed Aug 14, 2024
1 parent 9167314 commit 17ecbec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
deploy:
true:
python: 2.7
python: 3.5
repo: Seeed-Studio/grove.py
tags: true
distributions: sdist
Expand All @@ -13,5 +13,4 @@ language: python
python:
- 3.5
- 3.4
- 2.7
script: echo 'test'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ grove.py
========

[![Build Status](https://travis-ci.org/Seeed-Studio/grove.py.svg?branch=master)](https://travis-ci.org/Seeed-Studio/grove.py)
[![](https://img.shields.io/pypi/v/grove.py.svg)](https://pypi.python.org/pypi/grove.py)
[![](https://img.shields.io/pypi/v/Seeed-grove.py.svg)](https://pypi.python.org/pypi/Seeed-grove.py)

Python library for Seeedstudio Grove Devices on embeded Linux platform, especially good on below platforms:
- [Raspberry Pi](https://www.seeedstudio.com/category/Boards-c-17.html) [(Wiki)](http://wiki.seeedstudio.com/Grove_Base_Hat_for_Raspberry_Pi/#software)
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ def is_pi():


setup(
name='grove.py',
name='Seeed-grove.py',
version='0.7',
description='Python library for Seeedstudio Grove devices',
long_description=long_description,
long_description_content_type='text/markdown',
author='Yihui Xiong',
author_email='yihui.xiong@seeed.cc',
author='Seeed',
author_email='ruiqian.tang@seeed.cc',
url='https://github.com/seeed-studio/grove.py',
packages=find_packages(include=['grove']),
include_package_data=True,
Expand Down

0 comments on commit 17ecbec

Please sign in to comment.