summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-03-30 20:46:05 +0200
committerTim Graham <timograham@gmail.com>2014-03-30 17:46:38 -0400
commit273f8e2297b1cd0d7998ae97710edc8b69d057f6 (patch)
tree89eced373f4298716820a0a0a83f7cab5cdb0a3b /setup.py
parent0f9f8738d5599fa3950606c8e6a462f4813e4830 (diff)
[1.7.x] Added Python 3.4 to classifiers in setup.py.
Backport of 47509e3c5d from master
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 68e7d2ad5a..8547ee6830 100644
--- a/setup.py
+++ b/setup.py
@@ -61,6 +61,7 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Internet :: WWW/HTTP :: WSGI',