mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-21 12:18:08 +00:00
4 lines
96 B
Python
4 lines
96 B
Python
from setuptools import setup
|
|
|
|
setup(setup_requires=["pbr"], pbr=True, install_requires=['box'])
|