Skip to content

Commit

Permalink
Remove setup_requires. Fixes python#73.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 18, 2020
1 parent 8e9a25d commit 6d86ad9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ classifiers =

[options]
python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
setup_requires =
setuptools
wheel
install_requires =
pathlib2; python_version < '3'
typing; python_version < '3.5'
Expand Down

0 comments on commit 6d86ad9

Please sign in to comment.