add pycache
This commit is contained in:
parent
bfe154d672
commit
eacb03f84e
1
Makefile
1
Makefile
@ -9,6 +9,7 @@ test:
|
|||||||
build: clean
|
build: clean
|
||||||
pipenv run python -m pip install -r <(pipenv requirements ) --target build
|
pipenv run python -m pip install -r <(pipenv requirements ) --target build
|
||||||
cp -r mail4one/ build/
|
cp -r mail4one/ build/
|
||||||
|
pipenv run python -m compileall build/mail4one -f
|
||||||
pipenv run python -m zipapp \
|
pipenv run python -m zipapp \
|
||||||
--output mail4one.pyz \
|
--output mail4one.pyz \
|
||||||
--python "/usr/bin/env python3" \
|
--python "/usr/bin/env python3" \
|
||||||
|
Loading…
Reference in New Issue
Block a user