summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-12-11 14:21:46 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-12-11 14:21:46 -0500
commit216c4336ddb5b498e429219ef765fa1ae857febd (patch)
tree1dd98e29a806290a801232a97530342e7801939b
parent2c91e8ec0d99f9ca354b7f913d61720925bb98bc (diff)
downloadpytest-runner-216c4336ddb5b498e429219ef765fa1ae857febd.tar.gz
Revert "Remove use of setup_requires. Builders now require pip 10 or later to build/install from sdist. Older installers will still install the packages from wheels. Ref tox-dev/tox#809."
This reverts commit 2c91e8ec0d99f9ca354b7f913d61720925bb98bc.
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index e0395d7..30f3c08 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,6 +24,7 @@ packages = find:
include_package_data = true
python_requires = >=2.7
install_requires =
+setup_requires = setuptools_scm >= 1.15.0
[options.extras_require]
testing =