Skip to content

Commit

Permalink
Remove use of setup_requires. Builders now require pip 10 or later to…
Browse files Browse the repository at this point in the history
… build/install from sdist. Older installers will still install the packages from wheels. Ref tox-dev/tox#809.
  • Loading branch information
jaraco committed Dec 1, 2018
1 parent 5c200dd commit 2c91e8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.cfg
Expand Up @@ -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 =
Expand Down

0 comments on commit 2c91e8e

Please sign in to comment.