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