mirror of
https://github.com/Telecominfraproject/oopt-gnpy-api.git
synced 2025-10-28 16:52:19 +00:00
Signed-off-by: EstherLerouzic <esther.lerouzic@orange.com> Change-Id: Idabe9dfdc1827bf88f614b66eef1546728b15c1f
6 lines
90 B
Python
6 lines
90 B
Python
#!/usr/bin/python3
|
|
|
|
import setuptools
|
|
|
|
setuptools.setup(setup_requires=['pbr'], pbr=True)
|