specify supported python version in the setup.py

This commit is contained in:
Alexis Metaireau 2012-04-01 15:55:41 +02:00
commit f492f2d14d

View file

@ -33,7 +33,8 @@ setup(
'Environment :: Console',
'License :: OSI Approved :: GNU Affero General Public License v3',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries :: Python Modules',
],