stacktach-klugman/setup.py
2014-06-10 15:40:24 -03:00

9 lines
104 B
Python

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