chore: 添加setup.py配置文件

This commit is contained in:
yumoqing 2026-04-16 14:36:29 +08:00
parent 4876288fce
commit fde83da96f

7
setup.py Normal file
View File

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