Skip to content

Commit 9dde81d

Browse files
committed
[doc] Added long description of the SDK package in README.rst
1 parent 966b843 commit 9dde81d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Python SDK for UFACTORY robotic arm 850, xArm 5/6/7, and Lite6.
2+
3+
:Website: https://www.ufactory.cc/
4+
:Github: https://github.com/xArm-Developer/xArm-Python-SDK
5+
:Docs: http://docs.api.ufactory.cc
6+
:Release Note: https://github.com/xArm-Developer/xArm-Python-SDK/blob/master/README.md#update-summary
7+
:Bug Reports: support@ufactory.cc

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ def find_packages(base_path='.'):
3636

3737
version = main_ns['__version__']
3838

39-
# long_description = open('README.rst').read()
40-
long_description = 'long description for xArm-Python-SDK'
39+
long_description = open('README.rst').read()
40+
# long_description = 'long description for xArm-Python-SDK'
4141

4242
try:
4343
with open(os.path.join(os.getcwd(), 'requirements.txt')) as f:

xarm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.14.7'
1+
__version__ = '1.14.8'

0 commit comments

Comments
 (0)