Add sketchy build script
This commit is contained in:
parent
e730cfec55
commit
60275a475e
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ index.html
|
|||||||
pip-wheel-metadata/
|
pip-wheel-metadata/
|
||||||
*.pdf
|
*.pdf
|
||||||
*.css
|
*.css
|
||||||
|
*.pyz
|
||||||
|
12
build.sh
Executable file
12
build.sh
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Ultra wild west single binary compiling
|
||||||
|
# https://github.com/linkedin/shiv
|
||||||
|
|
||||||
|
shiv --output-file=distribusi.pyz \
|
||||||
|
--site-packages=.venv/lib/python3.7/site-packages/ \
|
||||||
|
--entry-point=distribusi.cli.cli_entrypoint \
|
||||||
|
--python="/usr/bin/env python3" \
|
||||||
|
--compressed \
|
||||||
|
--compile-pyc \
|
||||||
|
.
|
Loading…
Reference in New Issue
Block a user