cr-connect-workflow/setup.py

4 lines
96 B
Python

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