summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-08-17 08:34:34 -0400
committerTim Graham <timograham@gmail.com>2015-08-17 08:34:34 -0400
commit982b79b8d877a72c7be2c7cef741872c8334db35 (patch)
tree169765b407549785b7cdb487e3833abcfe1c52cb /setup.py
parentd35f184b20743352dc41f1272184005054a36ae7 (diff)
downloaddjango-982b79b8d877a72c7be2c7cef741872c8334db35.tar.gz
Corrected trove classifiers for Python version support.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4e1f1007ab..8cbf4de8a7 100644
--- a/setup.py
+++ b/setup.py
@@ -62,8 +62,8 @@ setup(
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Internet :: WWW/HTTP :: WSGI',