summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2013-02-26 23:07:56 +0100
committerClaude Paroz <claude@2xlibre.net>2013-02-26 23:08:39 +0100
commit5c51d71f9ae40f002530d9f4f2f477abaa76d78d (patch)
tree993de68031673d2943e9c6afab9133ec14aea0ae /setup.py
parentbd669e47d7331ee41f929486e48ed39ad7bec1a7 (diff)
downloaddjango-5c51d71f9ae40f002530d9f4f2f477abaa76d78d.tar.gz
Added Python 3.2/3.3 trove classifiers in setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 6fff26d3af..cb30445700 100644
--- a/setup.py
+++ b/setup.py
@@ -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',