stacktach-notification-utils/setup.py
2014-05-21 12:00:06 +00:00

9 lines
104 B
Python

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