File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ def find_packages(base_path='.'):
3636
3737version = 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
4242try :
4343 with open (os .path .join (os .getcwd (), 'requirements.txt' )) as f :
Original file line number Diff line number Diff line change 1- __version__ = '1.14.7 '
1+ __version__ = '1.14.8 '
You can’t perform that action at this time.
0 commit comments