From e2cd8c36032fe847e3a2ef80efbac0d53c1b8b79 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sat, 5 Jul 2025 13:55:23 +0800 Subject: [PATCH] bugfix --- README.md | 2 ++ pyproject.toml | 4 ++++ setup.cfg | 15 +++++++++++++++ 3 files changed, 21 insertions(+) create mode 100644 README.md create mode 100644 pyproject.toml create mode 100644 setup.cfg diff --git a/README.md b/README.md new file mode 100644 index 0000000..da87df8 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# kyapikeyclient + diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..59514a1 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,4 @@ +[build-system] +requires = ["setuptools>=61", "wheel"] +build-backend = "setuptools.build_meta" + diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..9799ea2 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,15 @@ +[metadata] +name=kyapikeyclient +version = 0.0.1 +description = Your project description +author = "yu moqing" +author_email = "yumoqing@gmail.com" +readme = "README.md" +license = "MIT" +[options] +packages = find: +requires-python = ">=3.8" +install_requires = + apppublic + sqlor + ahserver