From dd18bcdfbe44d0dd5545b3fbc86e5a8908509dd4 Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Wed, 14 Jun 2023 12:00:23 -0400 Subject: [PATCH] remove dist-info in pyz --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 095e237..65e920e 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ build: clean requirements.txt python3 -m pip install -r requirements.txt --target build cp -r mail4one/ build/ python3 -m compileall build/mail4one -f + rm -rf build/*.dist-info python3 -m zipapp \ --output mail4one.pyz \ --python "/usr/bin/env python3" \