Add pex build

This commit is contained in:
Nicolas Duhamel 2021-02-25 22:14:53 +01:00
parent 8523719a49
commit 4820bbfc76
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
# Source for the following rules: https://raw.githubusercontent.com/github/gitignore/master/Python.gitignore
# Byte-compiled / optimized / DLL files
__pycache__/
build/
*.py[cod]
*$py.class

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
pex:
pex . -m yamaha2mqtt -o build/yamaha2mqtt.pex