Skip to content

Commit b2f6dec

Browse files
authored
Include .1 in zipapp (#4570)
1 parent 38150fe commit b2f6dec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.config/ci/zipapp.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ echo "> Stripping down..."
5656
cd "$SCPY" && find . -not \( \
5757
-wholename "./scapy*" -o \
5858
-wholename "./pyproject.toml" -o \
59+
-wholename "./doc/scapy.1" -o \
5960
-wholename "./setup.py" -o \
6061
-wholename "./README.md" -o \
6162
-wholename "./LICENSE" \

0 commit comments

Comments
 (0)