cr-connect-workflow/setup.py

4 lines
96 B
Python
Raw Normal View History

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