2021-07-22 14:09:24 -04:00

4 lines
96 B
Python

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