aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 4806a6455cbe48fe695198e360162e1b0ef18e43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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']