Remove d2to1 dependency
Change-Id: I95c10665bf2846a82c8fc4e161b4c968e1ad6f4f
This commit is contained in:
parent
2fa7f23752
commit
c6e498f3af
@ -1,5 +1,4 @@
|
|||||||
d2to1>=0.2.10,<0.3
|
pbr>=0.5.21,<1.0
|
||||||
pbr>=0.5,<0.6
|
|
||||||
SQLAlchemy>=0.7.8,<0.7.99
|
SQLAlchemy>=0.7.8,<0.7.99
|
||||||
amqplib>=0.6.1
|
amqplib>=0.6.1
|
||||||
anyjson>=0.2.4
|
anyjson>=0.2.4
|
||||||
|
23
setup.py
23
setup.py
@ -16,25 +16,6 @@
|
|||||||
|
|
||||||
import setuptools
|
import setuptools
|
||||||
|
|
||||||
from tuskar.openstack.common import setup as common_setup
|
|
||||||
|
|
||||||
project = 'tuskar'
|
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name=project,
|
setup_requires=['pbr'],
|
||||||
version=common_setup.get_version(project, '2013.1'),
|
pbr=True)
|
||||||
description='An OpenStack Management Service',
|
|
||||||
classifiers=[
|
|
||||||
'Environment :: OpenStack',
|
|
||||||
'Intended Audience :: Information Technology',
|
|
||||||
'Intended Audience :: System Administrators',
|
|
||||||
'License :: OSI Approved :: Apache Software License',
|
|
||||||
'Operating System :: POSIX :: Linux',
|
|
||||||
'Programming Language :: Python',
|
|
||||||
'Programming Language :: Python :: 2',
|
|
||||||
'Programming Language :: Python :: 2.7',
|
|
||||||
],
|
|
||||||
include_package_data=True,
|
|
||||||
setup_requires=['d2to1>=0.2.10,<0.3', 'pbr>=0.5,<0.6'],
|
|
||||||
d2to1=True,
|
|
||||||
)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user