packstack/setup.py

6 lines
84 B
Python

import setuptools
setuptools.setup(
setup_requires=['pbr>=1.8'],
pbr=True)