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='.'):
36
36
37
37
version = main_ns ['__version__' ]
38
38
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'
41
41
42
42
try :
43
43
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