7 lines
101 B
Python
Raw Normal View History

#!/usr/bin/env python
import setuptools
setuptools.setup(
setup_requires=['pbr'],
pbr=True)