This commit is contained in:
yumoqing 2025-07-08 18:55:52 +08:00
parent 54109828b6
commit 90423ea035
2 changed files with 23 additions and 0 deletions

4
pyproject.toml Normal file
View File

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

19
setup.cfg Normal file
View File

@ -0,0 +1,19 @@
# setup.cfg
[metadata]
name=uapi
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