summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-12-01 11:58:52 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-12-01 11:58:52 -0500
commit2c91e8ec0d99f9ca354b7f913d61720925bb98bc (patch)
tree3f4968f9a2eee33b5f51fe1bf10b47f06c95ad3b
parent5c200dd4b98b91911ef9b7403373b84d017e42c0 (diff)
downloadpytest-runner-2c91e8ec0d99f9ca354b7f913d61720925bb98bc.tar.gz
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.
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 30f3c08..e0395d7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,7 +24,6 @@ packages = find:
include_package_data = true
python_requires = >=2.7
install_requires =
-setup_requires = setuptools_scm >= 1.15.0
[options.extras_require]
testing =