rbac/setup.py

7 lines
100 B
Python

from setuptools import setup
setup(
name="rbac",
version="1.0.0",
packages=["rbac"],
)