From 1818d13de792df0c8efd129c4e0927360e873e73 Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Wed, 6 Dec 2017 14:25:34 +0000 Subject: [PATCH] Added "Python 3 Only" trove classifier. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a9367606ffe..1008ab55c74 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',