Skip to content

Commit

Permalink
DEV: Fix InvalidSpecifier issues with newer setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrymanoim authored Jul 22, 2020
1 parent 74fcebb commit 9d9e3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ keywords =
[options]
include_package_data = True
packages = find:
python_requires = '~=3.5'
python_requires = ~=3.5
setup_requires =
setuptools
install_requires =
Expand Down

0 comments on commit 9d9e3bd

Please sign in to comment.