packaging

This commit is contained in:
Olivier R-D
2013-04-02 09:51:29 +02:00
parent f8532d36b9
commit 4582eb18b3
2 changed files with 8 additions and 5 deletions

View File

@@ -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",