From eb394d4ebca62f4fa192ed2cb889bb67f560e794 Mon Sep 17 00:00:00 2001 From: olivier R-D Date: Wed, 27 Apr 2016 15:15:54 +0200 Subject: [PATCH] require math3d now that is available on pip --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5b14d87..6864ee8 100644 --- a/setup.py +++ b/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 = [