setup.py 85 B

123456
  1. from setuptools import setup
  2. setup(
  3. setup_requires=["pbr"],
  4. pbr=True,
  5. )