os-log-merger/setup.py

7 lines
88 B
Python

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