fixed some crashes and fixed build

This commit is contained in:
Mel
2025-12-23 23:44:50 +01:00
parent 2aea670370
commit 636ba5e8bc
4 changed files with 36 additions and 25 deletions

View File

@@ -18,6 +18,9 @@ classifiers = [
"Operating System :: Linux",
]
[project.scripts]
midimixer = "midimixer:midimixer.main"
[build-system]
requires = ["uv_build >= 0.9.5, <0.10.0"]
build-backend = "uv_build"