2013-10-07 12:16:32 +00:00

9 lines
104 B
Python

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