mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-27 17:49:35 -04:00
7 lines
191 B
Bash
Executable File
Vendored
7 lines
191 B
Bash
Executable File
Vendored
#!/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"
|
|
exit 0
|