Updated code to work with zipapp

This commit is contained in:
2025-08-08 17:58:34 +00:00
parent f4f9752760
commit 72003d054f
5 changed files with 10 additions and 259 deletions

3
build.sh vendored Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env sh
# uv export > requirements.txt
python -m zipapp src --compress --output=release/pyshelf --python="/usr/bin/env python"