#!/usr/bin/env python3 from distutils.core import setup setup(name="app_rights_plugin", version='1.0.0', packages=["app_rights_plugin"])