packaging
This commit is contained in:
4
setup.py
4
setup.py
@@ -4,11 +4,11 @@ from distutils.command.install_data import install_data
|
||||
|
||||
import make_deb
|
||||
|
||||
setup (name = "python-ur",
|
||||
setup (name = "python-urx",
|
||||
version = make_deb.vcsstring,
|
||||
description = "Python library to control an UR robot",
|
||||
author = "Olivier Roulet-Dubonnet",
|
||||
url = 'http://launchpad.net/XXX',
|
||||
url = 'https://github.com/oroulet/python-urx',
|
||||
packages = ["urx"],
|
||||
provides = ["urx"],
|
||||
license = "GNU General Public License v3",
|
||||
|
||||
Reference in New Issue
Block a user