summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2011-03-05 10:39:10 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2011-03-05 10:39:10 +0000
commitcb4b469a7f3c27a971006a6f3a0504a27e93be4a (patch)
tree87501451e5e0deca3320f2f58b28aa7e09c9b1c0
parent64011c8e5a5b7c78232b242e68e3a704ec42c3df (diff)
downloaddjango-cb4b469a7f3c27a971006a6f3a0504a27e93be4a.tar.gz
[1.2.X] Added trove classifiers for specific python versions. Thanks to Brett Cannon for the suggestion.
Backport of r15760 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15761 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 430fdb9b48..aa213cd43e 100644
--- a/setup.py
+++ b/setup.py
@@ -89,6 +89,10 @@ setup(
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
+ 'Programming Language :: Python :: 2.4',
+ 'Programming Language :: Python :: 2.5',
+ 'Programming Language :: Python :: 2.6',
+ 'Programming Language :: Python :: 2.7',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Internet :: WWW/HTTP :: WSGI',