diff options
| author | Nick Pope <nick.pope@flightdataservices.com> | 2017-12-06 14:25:34 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-12-06 09:25:48 -0500 |
| commit | e9d3dbaf3ea62489391b0c537d46cc8548692e69 (patch) | |
| tree | 932f685e4b051142fb3d9ff4906a5057f5453742 | |
| parent | e30674a1b777c56a28734b569063ee4395751515 (diff) | |
[2.0.x] Added "Python 3 Only" trove classifier.
Backport of 1818d13de792df0c8efd129c4e0927360e873e73 from master
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |
