forked from varia/distribusi
Luke Murphy
5 years ago
2 changed files with 13 additions and 0 deletions
@ -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