add missing tox and config files

Signed-off-by: EstherLerouzic <esther.lerouzic@orange.com>
Change-Id: Idabe9dfdc1827bf88f614b66eef1546728b15c1f
This commit is contained in:
EstherLerouzic
2025-02-25 17:05:39 +01:00
parent a4db5527e4
commit 733af3d088
11 changed files with 388 additions and 0 deletions

5
setup.py Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/python3
import setuptools
setuptools.setup(setup_requires=['pbr'], pbr=True)