From 3d6084d00312c750455e7ef5db879509cb44d795 Mon Sep 17 00:00:00 2001 From: Lucas Wiman Date: Tue, 13 Sep 2016 21:17:15 -0700 Subject: [PATCH] Update trove classifiers for python 3. --- setup.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup.py b/setup.py index 3000500..f581ac9 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,13 @@ def run_tests(self): 'Intended Audience :: Developers', 'Operating System :: OS Independent', 'Programming Language :: Python', + "Programming Language :: Python :: 2", + "Programming Language :: Python :: 2.6", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", 'Topic :: Internet :: WWW/HTTP', ], install_requires=install_requires,