4 lines
70 B
Python
Raw Normal View History

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