deb packages work

This commit is contained in:
Olivier R-D
2013-01-08 12:02:03 +01:00
parent fab6341468
commit ce0970d7b5
4 changed files with 9 additions and 10 deletions

View File

@@ -2,18 +2,16 @@ from distutils.core import setup
from distutils.command.install_data import install_data
import glob
import os
import make_deb
setup (name = "python-ur",
version = make_deb.bzrstring,
version = make_deb.vcsstring,
description = "Python library to control an UR robot",
author = "Olivier Roulet-Dubonnet",
url = 'http://launchpad.net/XXX',
py_modules=["urparser", "urx"],
license = "GNU General Public License",
packages = ["urx"],
provides = ["urx"],
license = "GNU General Public License v3",
)