add pycache

This commit is contained in:
Balakrishnan Balasubramanian 2023-06-13 21:38:36 -04:00
parent bfe154d672
commit eacb03f84e

View File

@ -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" \