Skip to content

Commit 1e58bcd

Browse files
[HOTFIX] Fixes issue with setup.cfg where a comma is missing (- Fix PR #73 -)
1 parent 96a3e22 commit 1e58bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ packages = pythonrepo
5151
zip_safe = true
5252
py_modules = pythonrepo
5353
test_suite = tests
54-
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.* !=3.15.*
54+
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.15.*
5555
setup_requires =
5656
setuptools>=45.0.0
5757
wheel>=0.37.0

0 commit comments

Comments
 (0)