requests-mock/setup.py
2014-06-15 01:52:11 +10:00

9 lines
104 B
Python
Executable File

#!/usr/bin/env python
from setuptools import setup
setup(
setup_requires=['pbr'],
pbr=True,
)