mirror of
https://github.com/sartography/protocol-builder-mock.git
synced 2025-01-12 08:44:46 +00:00
4 lines
70 B
Python
4 lines
70 B
Python
from setuptools import setup
|
|
|
|
setup(setup_requires=["pbr"], pbr=True)
|