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:34 -0500 |
| commit | 1818d13de792df0c8efd129c4e0927360e873e73 (patch) | |
| tree | 6be8a1a9c622f38384bacbeee96c3442ed8de1c8 | |
| parent | 4114b441ee63e5e9196f20beee5cb071d1a21b3b (diff) | |
Added "Python 3 Only" trove classifier.
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |
