1[build-system] 2requires = ["meson-python"] 3build-backend = "mesonpy" 4 5[project] 6name = "lc3" 7version = "0.0.1" 8license = { text="Apache-2.0" } 9authors = [ 10 { name="Antoine Soulier", email="[email protected]" }, 11] 12description = "LC3 Codec library wrapper" 13requires-python = ">=3.10" 14 15[project.urls] 16Homepage = "https://github.com/google/liblc3" 17 18[tool.meson-python.args] 19setup = ['-Dpython=true'] 20