9 lines
104 B
Python
Raw Normal View History

2014-06-10 15:40:24 -03:00
#!/usr/bin/env python
from setuptools import setup
setup(
setup_requires=['pbr'],
pbr=True,
)