summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNick Pope <nick.pope@flightdataservices.com>2017-12-06 14:25:34 +0000
committerTim Graham <timograham@gmail.com>2017-12-06 09:25:34 -0500
commit1818d13de792df0c8efd129c4e0927360e873e73 (patch)
tree6be8a1a9c622f38384bacbeee96c3442ed8de1c8 /setup.py
parent4114b441ee63e5e9196f20beee5cb071d1a21b3b (diff)
downloaddjango-1818d13de792df0c8efd129c4e0927360e873e73.tar.gz
Added "Python 3 Only" 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 a9367606ff..1008ab55c7 100644
--- a/setup.py
+++ b/setup.py
@@ -64,6 +64,7 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3 :: Only',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Internet :: WWW/HTTP :: WSGI',