Added Python-2.6 to the classifier.
OpenStack is often used with dustributions of GNU/Linux which use python-2.6 as a default python interpreter. Other OpenStack projects declare compatibility with python-2.6. Ironic is been continuously tested for compatibility with python-2.6 so we must declare this in the classifier to stay synced with other OpenStack services. Change-Id: Idf296e925c39d2847e7c8d7bfca073b5f9681754
This commit is contained in:
parent
0f586b4e09
commit
ff0f52e3a1
3
setup.py
3
setup.py
@ -33,7 +33,8 @@ setuptools.setup(
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
],
|
||||
'Programming Language :: Python :: 2.6',
|
||||
],
|
||||
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