Skip to content

Commit 9d9e3bd

Browse files
author
gerrymanoim
authored
DEV: Fix InvalidSpecifier issues with newer setuptools
1 parent 74fcebb commit 9d9e3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ keywords =
4141
[options]
4242
include_package_data = True
4343
packages = find:
44-
python_requires = '~=3.5'
44+
python_requires = ~=3.5
4545
setup_requires =
4646
setuptools
4747
install_requires =

0 commit comments

Comments
 (0)