summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2017-10-12 21:15:49 +0300
committerStefan Behnel <stefan_ml@behnel.de>2017-10-14 00:00:00 +0200
commitcb8da743d1dc427e44f92205619082fd78902289 (patch)
treef76db40ae0e12fa4009ff35329802b28e281e838
parent82ce86345fc9f3da442f94977f5ee154c539eb2a (diff)
downloadcython-cb8da743d1dc427e44f92205619082fd78902289.tar.gz
Update classifiers
-rwxr-xr-xsetup.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index cda229325..b5e88044c 100755
--- a/setup.py
+++ b/setup.py
@@ -264,7 +264,15 @@ setup(
"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",
+ "Programming Language :: Python :: 3.6",
+ "Programming Language :: Python :: Implementation :: CPython",
+ "Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: C",
"Programming Language :: Cython",
"Topic :: Software Development :: Code Generators",