set build param
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user