Sign in
apache
/
casbin-python-django-orm-adapter
/
f2db1223d8a5fff31506aed69f66948e6dccc4f8
/
.
/
setup.py
blob: 545012b2f3c402ba77244cd9ca148343dca3d801 [
file
]
from
setuptools
import
setup
,
find_packages
setup
(
name
=
'casbin-django-orm-adapter'
,
version
=
"0.0.1"
,
packages
=
find_packages
(),
license
=
"Apache-2.0"
,
)