summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-10-21 10:25:13 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2017-10-21 10:25:13 -0700
commitf087240792429028b07b6e792b9278e5a9226d76 (patch)
tree396169c8e967b199434ef803f14b1b562ced1abf /setup.py
parent6b1a762095c322e8b41adfd561e22ea43aa3c449 (diff)
downloadpython-coveragepy-f087240792429028b07b6e792b9278e5a9226d76.tar.gz
Add missing classifiers for supported Python versions
Documents support for general Python, Python 2, & Python 3 support.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 7962c44..f16e2fb 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