From 7915d07affcc3c8622af974861dbf69c397a764b Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 7 Dec 2017 13:23:05 +0200 Subject: [PATCH] Update classifiers --- setup.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/setup.py b/setup.py index 81afb2d..93c7f85 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,15 @@ setup( 'Environment :: Console', 'Intended Audience :: Developers', 'Programming Language :: Python', + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: Implementation :: CPython', + 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Software Development :: Testing', 'Topic :: Internet :: WWW/HTTP', 'License :: OSI Approved :: MIT License',