python-rackclient/setup.py

6 lines
79 B
Python

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