ospurge/setup.py
Christian Berendt a1ba8c8c5a Add missing \n at end of file
Change-Id: I60a17e4e18c5f66279c1e5adc10c8a120ac9489b
2014-06-08 19:02:31 +02:00

7 lines
81 B
Python

from setuptools import setup
setup(
setup_requires=['pbr'],
pbr=True,
)