Merge "Added Python-2.6 to the classifier."

This commit is contained in:
Jenkins 2013-07-04 10:13:46 +00:00 committed by Gerrit Code Review
commit f54cd17c7e
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,