0
0
mirror of https://github.com/django/django.git synced 2024-11-22 03:18:31 +01:00

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

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',