new release
This commit is contained in:
parent
51b19de2ec
commit
c5dba8594c
28
setup.py
28
setup.py
@ -1,19 +1,18 @@
|
|||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
from distutils.command.install_data import install_data
|
from distutils.command.install_data import install_data
|
||||||
|
|
||||||
|
setup(
|
||||||
setup (name = "urx",
|
name="urx",
|
||||||
version = "0.10.0",
|
version="0.11.0",
|
||||||
description = "Python library to control an UR robot",
|
description="Python library to control an UR robot",
|
||||||
author = "Olivier Roulet-Dubonnet",
|
author="Olivier Roulet-Dubonnet",
|
||||||
author_email = "olivier.roulet@gmail.com",
|
author_email="olivier.roulet@gmail.com",
|
||||||
url = 'https://github.com/oroulet/python-urx',
|
url='https://github.com/oroulet/python-urx',
|
||||||
packages = ["urx"],
|
packages=["urx"],
|
||||||
provides = ["urx"],
|
provides=["urx"],
|
||||||
install_requires=["math3d"],
|
install_requires=["math3d"],
|
||||||
license = "GNU Lesser General Public License v3",
|
license="GNU Lesser General Public License v3",
|
||||||
|
classifiers=[
|
||||||
classifiers = [
|
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Development Status :: 4 - Beta",
|
"Development Status :: 4 - Beta",
|
||||||
@ -21,7 +20,4 @@ setup (name = "urx",
|
|||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"Topic :: System :: Hardware :: Hardware Drivers",
|
"Topic :: System :: Hardware :: Hardware Drivers",
|
||||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||||
]
|
])
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user