From 914325a192e68fab868cdbc47b0a14e60dc0b82a Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sat, 5 Jul 2025 21:06:23 +0800 Subject: [PATCH] modify setup.cfg for new release --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9799ea2..2135e94 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name=kyapikeyclient -version = 0.0.1 +version = 0.0.2 description = Your project description author = "yu moqing" author_email = "yumoqing@gmail.com" @@ -8,7 +8,7 @@ readme = "README.md" license = "MIT" [options] packages = find: -requires-python = ">=3.8" +requires_python = ">=3.8" install_requires = apppublic sqlor