compile with .pyz extension

This commit is contained in:
2025-06-25 15:05:43 +01:00
parent a5a054287a
commit ff1cf12d6e

View File

@@ -24,4 +24,4 @@ build-backend = "pdm.backend"
distribution = true distribution = true
[tool.pdm.scripts] [tool.pdm.scripts]
compile = "uvx shiv -c simple-recorder -o bin/simple-recorder-bin ." compile = "uvx shiv -c simple-recorder -o bin/simple-recorder.pyz ."