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 9011ad7 commit e07b9a0Copy full SHA for e07b9a0
setup.py
@@ -1,9 +1,9 @@
1
from distutils.core import setup
2
3
setup(
4
- name='usb_arm',
5
- version='0.1.1',
6
- packages=['usb_arm',],
+ name='usb_robot_arm',
+ version='0.2.0',
+ packages=['usb_robot_arm',],
7
author="Danny Staple - Orionrobots",
8
license='Creative Commons By Attribution Share-Alike v3.0',
9
long_description=open('README.md').read(),
0 commit comments