Added setup scripts

This commit is contained in:
2022-09-30 10:24:21 +02:00
parent fdf544bfe4
commit 36c7f2e598
2 changed files with 40 additions and 0 deletions

4
setup.py Normal file
View File

@@ -0,0 +1,4 @@
import setuptools
setuptools.setup(setup_requires=['pbr>=2.0.0'], pbr=True)