modify setup.cfg for new release

This commit is contained in:
yumoqing 2025-07-05 21:06:23 +08:00
parent e2cd8c3603
commit 914325a192

View File

@ -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