We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a54a80 commit 30de19dCopy full SHA for 30de19d
API/Python/setup.py
@@ -7,6 +7,27 @@
7
import setuptools
8
9
long_description = '''
10
+# 2021.1.9
11
+
12
+Fix the API problem that `is_moving()` and other methods of mycobot cannot be used.
13
14
+# 2021.1.8
15
16
+Python API add new methods:
17
18
+- `jog_angle()`
19
+- `jog_coord()`
20
+- `jog_stop()`
21
22
+# 2020.12.30
23
24
+Adding usage documents to Python API.
25
26
+# 2020.12.29
27
28
+Python API supports python2.7
29
30
+Modify the serial port to manual setting, support the use of window.
31
32
'''
33
@@ -26,7 +47,7 @@
47
"Operating System :: OS Independent",
48
],
49
install_requires=['pyserial'],
- python_requires='2.7, >=3.5',
50
+ python_requires='=2.7, >=3.5',
51
)
52
53
0 commit comments