From 51366195c53b2713a062cc489ef20ba00a0df615 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sat, 5 Jul 2025 21:11:31 +0800 Subject: [PATCH] bugfix --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 695d8c2..22c38fc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ license = {text = MIT} [options] packages = find: -requires-python = >=3.8 +requires_python = >=3.8 install_requires = aiomysql PyMySQL