2020-05-24 12:37:11 -04:00

4 lines
70 B
Python

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