gecko-dev/third_party/python/requests-unixsocket/setup.py

9 строки
104 B
Python
Executable File

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