summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-06-18 12:15:10 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-06-18 13:26:06 +0200
commitefe6e16008b4a123666cc445f7319efce8e9b6bf (patch)
tree90f2a3a18e7c032e0444298a62762b9c5cc65eb1 /setup.py
parentb6f86fbeb1ffbe40480e066d1ff43115842171e0 (diff)
downloaddjango-efe6e16008b4a123666cc445f7319efce8e9b6bf.tar.gz
Fixed #20615 -- Added trove classifiers for major Python versions.
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 b2b7821557..2c64868d00 100644
--- a/setup.py
+++ b/setup.py
@@ -100,8 +100,10 @@ setup(
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
+ 'Programming Language :: Python :: 2',
'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',