set build param

This commit is contained in:
Mel
2025-12-06 04:29:04 +01:00
parent 5c24bb465f
commit 5dd435dcbf
3 changed files with 13 additions and 7 deletions

View File

@@ -1,7 +1,10 @@
[project]
name = "linux-audiomixer"
name = "midimixer"
version = "0.1.0"
description = "Add your description here"
description = "Software to control pipewire via MIDI"
authors = [
{ name="Melody LaFae", email="melafae@basicchaos.de" }
]
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
@@ -10,3 +13,11 @@ dependencies = [
"python-rtmidi>=1.5.8",
"ruff>=0.14.0",
]
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: Linux",
]
[build-system]
requires = ["uv_build >= 0.9.5, <0.10.0"]
build-backend = "uv_build"