summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-12-01 19:07:19 -0500
committerTim Graham <timograham@gmail.com>2015-12-01 19:07:19 -0500
commitc3e2e63ec8bc0e4475626a15e25c22ba3462cf2d (patch)
tree745debfa29230671634a98d4ac7a7c6560d45172 /setup.py
parentdfd4bd5fc5236d6e237c60be8599bb6fff6b0bc0 (diff)
[1.8.x] Added Python 3.5 trove classifier.
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 61733513e7..d43dbdb163 100644
--- a/setup.py
+++ b/setup.py
@@ -65,6 +65,7 @@ setup(
'Programming Language :: Python :: 3.2',
'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',