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:
Roman Prykhodchenko 2013-07-02 20:47:56 +03:00
parent 0f586b4e09
commit ff0f52e3a1
1 changed files with 2 additions and 1 deletions

View File

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