From b2f6dec77d077908dbc1a7ad84d3a80f01f9b4f6 Mon Sep 17 00:00:00 2001 From: gpotter2 <10530980+gpotter2@users.noreply.github.com> Date: Wed, 16 Oct 2024 00:33:17 +0200 Subject: [PATCH] Include .1 in zipapp (#4570) --- .config/ci/zipapp.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/ci/zipapp.sh b/.config/ci/zipapp.sh index e7f28e3f4..42e9f5664 100755 --- a/.config/ci/zipapp.sh +++ b/.config/ci/zipapp.sh @@ -56,6 +56,7 @@ echo "> Stripping down..." cd "$SCPY" && find . -not \( \ -wholename "./scapy*" -o \ -wholename "./pyproject.toml" -o \ + -wholename "./doc/scapy.1" -o \ -wholename "./setup.py" -o \ -wholename "./README.md" -o \ -wholename "./LICENSE" \