1
0
mirror of https://github.com/gryf/linak-ctrl.git synced 2025-12-19 04:10:18 +01:00

Added installation bits.

This commit is contained in:
2021-07-07 17:30:58 +02:00
parent 83bd0ac4ea
commit 2013dffcf9
3 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)