1
0
Fork 0
forked from github/pelican

setup.py: Update trove classifiers to Python 2.7, 3.2, and 3.3

This commit is contained in:
W. Trevor King 2013-01-18 17:49:09 -05:00
commit 6686f1c9bd

View file

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