cr-connect-workflow/setup.py

4 lines
70 B
Python
Raw Normal View History

2020-05-24 16:37:11 +00:00
from setuptools import setup
setup(setup_requires=["pbr"], pbr=True)