build(packaging): add PyInstaller packaging

This commit is contained in:
jack
2026-07-13 13:40:19 -07:00
parent 87cfbabb4a
commit 5060df1527
4 changed files with 157 additions and 1 deletions
+1
View File
@@ -92,6 +92,7 @@ dev = [
"pytest>=9.0.3",
"ruff",
"mypy",
"pyinstaller==6.21.0",
]
[tool.uv]