DocSpace-buildtools/build/install/RadicalePlugins/app_rights_plugin/setup.py

5 lines
138 B
Python
Raw Normal View History

2022-06-17 15:46:16 +00:00
#!/usr/bin/env python3
from distutils.core import setup
setup(name="app_rights_plugin", version='1.0.0', packages=["app_rights_plugin"])