stacktach/setup.py
2014-01-17 17:50:13 +00:00

8 lines
103 B
Python

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