From 1e58bcd0f5a88cb19e73c58b90065adbd9fd9a9b Mon Sep 17 00:00:00 2001 From: "Mr. Walls" Date: Fri, 6 Sep 2024 21:30:51 -0700 Subject: [PATCH] [HOTFIX] Fixes issue with setup.cfg where a comma is missing (- Fix PR #73 -) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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