Skip to content

Commit

Permalink
Update setup and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
vertigra committed Sep 6, 2022
1 parent d56be06 commit d53a1a6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# FEETECH-Servo-Python-SDK

This is source code from [official feetech repository](https://gitee.com/ftservo/SCServoSDK).
Used for creating pip package.



13 changes: 9 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
from setuptools import setup

with open("README.md", "r", encoding = "utf-8") as fh:
long_description = fh.read()

setup(
name='FEETECH-Servo-Python-SDK',
version='0.0.1',
name='feetech-servo-sdk',
version='0.1.0',
packages=['scservo_sdk'],
url='https://gitee.com/ftservo/SCServoSDK',
url='https://github.com/Adam-Software/FEETECH-Servo-Python-SDK',
license='UNLICENSE',
author='vertigra',
author_email='[email protected]',
description='This is source code from official feetech repository',
long_description_content_type="text/markdown",
long_description=long_description,
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 4 - Beta',
'License :: OSI Approved :: The Unlicense (Unlicense)',
'Operating System :: POSIX :: Other',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit d53a1a6

Please sign in to comment.