Specifying supported Python versions in setup.py metadata

This commit is contained in:
Thibaud Morel 2012-03-12 11:16:03 -07:00
parent 7ed3cba658
commit 8216e036e9

View file

@ -100,6 +100,9 @@ setup(
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules'
],