6 lines
79 B
Python
Raw Normal View History

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