diff --git a/setup.cfg b/setup.cfg index 437606e..7487dc8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,7 +51,7 @@ packages = pythonrepo zip_safe = true py_modules = pythonrepo test_suite = tests -python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.* !=3.15.* +python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.15.* setup_requires = setuptools>=45.0.0 wheel>=0.37.0