summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-10-21 14:24:22 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-10-21 14:24:22 -0400
commit9e22cdaf8d1e1b39814d04c9b8badda4c0d4769a (patch)
tree0557884957c6dcedd64160ebc742cce404467c76
parent7d9b5eed4674efcb01ed8e4467e4fa33cc0885c9 (diff)
parent5bf4282268ba2f4b0a5f7bd5ace34b24d6a12d9c (diff)
downloadpython-coveragepy-git-9e22cdaf8d1e1b39814d04c9b8badda4c0d4769a.tar.gz
Add missing classifiers for supported Python versions (Jon Dufresne)
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 7962c44d..f16e2fb5 100644
--- a/setup.py
+++ b/setup.py
@@ -22,8 +22,11 @@ Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
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