Add supported, relevant Python version classifers

This commit is contained in:
Corey Farwell 2014-05-12 17:36:09 -07:00
parent 5743363ac9
commit 10f7fc163b

View File

@ -69,8 +69,10 @@ setup(
classifiers=[
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',