setup.py 100 B

12345678
  1. from setuptools import setup
  2. setup(
  3. setup_requires=['pbr', 'pytest-runner'],
  4. pbr=True,
  5. )