Files
oopt-gnpy-api/setup.py
EstherLerouzic 733af3d088 add missing tox and config files
Signed-off-by: EstherLerouzic <esther.lerouzic@orange.com>
Change-Id: Idabe9dfdc1827bf88f614b66eef1546728b15c1f
2025-02-25 17:31:32 +01:00

6 lines
90 B
Python

#!/usr/bin/python3
import setuptools
setuptools.setup(setup_requires=['pbr'], pbr=True)