chore: 添加setup.py配置文件

This commit is contained in:
yumoqing 2026-04-16 14:36:19 +08:00
parent 0214c6049e
commit 4db0b2c715

7
setup.py Normal file
View File

@ -0,0 +1,7 @@
from setuptools import setup
setup(
name="appbase",
version="1.0.0",
packages=["appbase"],
)