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