From 9d91f8fdbc4b24a7efa11e716be2d4f018cc06ac Mon Sep 17 00:00:00 2001 From: Ondrej Jombik Date: Mon, 8 Jul 2024 03:04:11 +0200 Subject: [PATCH] Syntax fix: quotes around Python version removed --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 62d8d89..d3d7257 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,7 +44,7 @@ install_requires = packages = dlipower -python_requires = >="3.6" +python_requires = >=3.6 zip_safe = True