diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-10-21 14:24:22 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-10-21 14:24:22 -0400 |
commit | 9e22cdaf8d1e1b39814d04c9b8badda4c0d4769a (patch) | |
tree | 0557884957c6dcedd64160ebc742cce404467c76 | |
parent | 7d9b5eed4674efcb01ed8e4467e4fa33cc0885c9 (diff) | |
parent | 5bf4282268ba2f4b0a5f7bd5ace34b24d6a12d9c (diff) | |
download | python-coveragepy-git-9e22cdaf8d1e1b39814d04c9b8badda4c0d4769a.tar.gz |
Add missing classifiers for supported Python versions (Jon Dufresne)
-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 |