Skip to content

Commit

Permalink
Revert "Remove use of setup_requires. Builders now require pip 10 or …
Browse files Browse the repository at this point in the history
…later to build/install from sdist. Older installers will still install the packages from wheels. Ref tox-dev/tox#809."

This reverts commit 2c91e8e.
  • Loading branch information
jaraco committed Dec 11, 2018
1 parent 2c91e8e commit 216c433
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 216c433

Please sign in to comment.