aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2016-05-16 12:18:07 +0200
committerMatěj Cepl <mcepl@cepl.eu>2016-05-16 12:18:07 +0200
commit6bc7d7331bb4eedc8657749f33379e817e56e8a6 (patch)
tree8ddb8de07d883a56b5f021e84db0603882d30cd5
parentce99ba1c674fe2c42def67e08bd0b3f0f65ae136 (diff)
downloadcucutags-6bc7d7331bb4eedc8657749f33379e817e56e8a6.tar.gz
Should work on Python 3 as well.
-rw-r--r--setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 8257441..35326a2 100644
--- a/setup.py
+++ b/setup.py
@@ -28,6 +28,10 @@ setup(
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
+ "Programming Language :: Python :: pypy",
+ "Programming Language :: Python :: 3.3",
+ "Programming Language :: Python :: 3.4",
+ "Programming Language :: Python :: 3.5",
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Intended Audience :: Information Technology",