diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2017-10-21 10:25:13 -0700 |
---|---|---|
committer | Jon Dufresne <jon.dufresne@gmail.com> | 2017-10-21 10:25:13 -0700 |
commit | 5bf4282268ba2f4b0a5f7bd5ace34b24d6a12d9c (patch) | |
tree | 92f059fa9187327ef3bcb2d1f3a1c76f75a8387b /setup.py | |
parent | 62617a3a8ac8908d772695512cb3cf05945efcb8 (diff) | |
download | python-coveragepy-git-5bf4282268ba2f4b0a5f7bd5ace34b24d6a12d9c.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.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |