monasca-ui/setup.py
2014-04-29 14:09:19 -06:00

6 lines
79 B
Python
Executable File

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