summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <nedbat@gmail.com>2018-01-14 22:35:10 +0000
committerNed Batchelder <nedbat@gmail.com>2018-01-14 22:35:10 +0000
commit694c4901d0a496523caac70d392b8cdc300f1a02 (patch)
tree41130cfb373751472643ca3765f1389509ca36d6
parent2213117ddcaefe0599ecddc9e8c1cd5cd01f185f (diff)
parentfbad065c9acccbb3092b78af69b923b23451902c (diff)
downloadpython-coveragepy-git-694c4901d0a496523caac70d392b8cdc300f1a02.tar.gz
Merged in jdufresne/coverage.py (pull request #136)
Pass python_requires argument to setuptools
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 90bed3dc..9d158dfc 100644
--- a/setup.py
+++ b/setup.py
@@ -106,6 +106,8 @@ setup_args = dict(
license='Apache 2.0',
classifiers=classifier_list,
url="https://bitbucket.org/ned/coveragepy",
+
+ python_requires=">=2.6, !=3.0.*, !=3.1.*, !=3.2.*",
)
# A replacement for the build_ext command which raises a single exception