Include .1 in zipapp (#4570)

This commit is contained in:
gpotter2 2024-10-16 00:33:17 +02:00 committed by GitHub
parent 38150fe632
commit b2f6dec77d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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