fix pypi packaging; closes #1003

This commit is contained in:
ed
2025-11-19 23:49:23 +09:00
parent 79e1078671
commit 9385daeae8
3 changed files with 3 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ gtar=$(command -v gtar || command -v gnutar) || true
sed() { gsed "$@"; }
find() { gfind "$@"; }
sort() { gsort "$@"; }
nproc() { gnproc; }
command -v grealpath >/dev/null &&
realpath() { grealpath "$@"; }
}

View File

@@ -584,7 +584,7 @@ gzres() {
$pk "$f" &
done < <(
find -printf '%s %p\n' |
grep -E '\.(js|css)$|/web/a/[^_].*\.(py|txt)$' |
grep -E '\.(js|css)$|/web/a/.*\.txt$' |
grep -vF /deps/ |
sort -nr
)