monasca-ui/setup.py

6 lines
79 B
Python
Executable File

from setuptools import setup
setup(
setup_requires=['pbr'],
pbr=True)