1
0
mirror of https://github.com/gryf/pywmtemp.git synced 2025-12-18 20:00:18 +01:00

Added setup scripts.

This commit is contained in:
2022-05-01 16:07:49 +02:00
parent 34112c6275
commit 139648f240
3 changed files with 43 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)