This commit is contained in:
yumoqing 2025-07-05 13:55:23 +08:00
parent 16418f174e
commit e2cd8c3603
3 changed files with 21 additions and 0 deletions

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# kyapikeyclient

4
pyproject.toml Normal file
View File

@ -0,0 +1,4 @@
[build-system]
requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta"

15
setup.cfg Normal file
View File

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