mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-30 06:32:43 +00:00
20 lines
399 B
TOML
20 lines
399 B
TOML
[build-system]
|
|
requires = ["meson-python"]
|
|
build-backend = "mesonpy"
|
|
|
|
[project]
|
|
name = "lc3"
|
|
version = "0.0.1"
|
|
license = { text="Apache-2.0" }
|
|
authors = [
|
|
{ name="Antoine Soulier", email="asoulier@google.com" },
|
|
]
|
|
description = "LC3 Codec library wrapper"
|
|
requires-python = ">=3.10"
|
|
|
|
[project.urls]
|
|
Homepage = "https://github.com/google/liblc3"
|
|
|
|
[tool.meson-python.args]
|
|
setup = ['-Dpython=true']
|