monasca-agent/setup.py

7 lines
80 B
Python

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