stacktach-shoebox/setup.py
2014-01-09 17:45:45 +00:00

9 lines
104 B
Python

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