Created install.sh and build.sh

Also refactored methods to work as a zipapp
This commit is contained in:
2025-08-08 18:27:28 +00:00
parent d334ec4ada
commit f108bab2f9
5 changed files with 88 additions and 6 deletions

2
build.sh vendored
View File

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