require math3d now that is available on pip
This commit is contained in:
parent
4083f9d9e0
commit
eb394d4ebc
3
setup.py
3
setup.py
@ -3,13 +3,14 @@ from distutils.command.install_data import install_data
|
||||
|
||||
|
||||
setup (name = "urx",
|
||||
version = "0.9.4",
|
||||
version = "0.10.0",
|
||||
description = "Python library to control an UR robot",
|
||||
author = "Olivier Roulet-Dubonnet",
|
||||
author_email = "olivier.roulet@gmail.com",
|
||||
url = 'https://github.com/oroulet/python-urx',
|
||||
packages = ["urx"],
|
||||
provides = ["urx"],
|
||||
install_requires=["math3d"],
|
||||
license = "GNU General Public License v3",
|
||||
|
||||
classifiers = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user