Added Python 3.2/3.3 trove classifiers in setup.py

This commit is contained in:
Claude Paroz 2013-02-26 23:07:56 +01:00
parent bd669e47d7
commit 5c51d71f9a
1 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,8 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Internet :: WWW/HTTP :: WSGI',