From 94b497081c450e7d01791740045b8aba731233dd Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sat, 5 Jul 2025 21:11:18 +0800 Subject: [PATCH] bugfix --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3932d04..c8c035d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ readme = "README.md" license = "MIT" [options] packages = find: -requires-python = ">=3.8" +requires_python = ">=3.8" install_requires = xlrd bs4