summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2018-10-15 20:26:52 +0300
committerDB Tsai <dbtsai@dbtsai.com>2018-10-15 10:26:52 -0700
commitcf605c0994149b1a1936b3a8a597203fe3fbb62e (patch)
treed632a45c5d1bc329603dd8d9e87d95d60721db19
parent16c20000574ff8609e5315b6cf78fffa3ae138f5 (diff)
downloadpython-mimeparse-cf605c0994149b1a1936b3a8a597203fe3fbb62e.tar.gz
Update classifiers (#32)
* Update classifiers * Update classifiers
-rwxr-xr-xsetup.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 3e3e89c..5c34b21 100755
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,15 @@ setup(
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
classifiers=[
"Programming Language :: Python",
+ "Programming Language :: Python :: 2",
+ "Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3.4",
+ "Programming Language :: Python :: 3.5",
+ "Programming Language :: Python :: 3.6",
+ "Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: Implementation :: CPython",
+ "Programming Language :: Python :: Implementation :: PyPy",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Development Status :: 5 - Production/Stable",