summaryrefslogtreecommitdiff
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:48 -0500
commite9d3dbaf3ea62489391b0c537d46cc8548692e69 (patch)
tree932f685e4b051142fb3d9ff4906a5057f5453742
parente30674a1b777c56a28734b569063ee4395751515 (diff)
[2.0.x] Added "Python 3 Only" trove classifier.
Backport of 1818d13de792df0c8efd129c4e0927360e873e73 from master
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 25aa286fad..801be5bbda 100644
--- a/setup.py
+++ b/setup.py
@@ -65,6 +65,7 @@ setup(
'Programming Language :: Python :: 3.4',
'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',