| [build-system] | |
| requires = ["meson-python"] | |
| build-backend = "mesonpy" | |
| [project] | |
| name = "lc3py" | |
| version = "1.1.3" | |
| license = { text="Apache-2.0" } | |
| authors = [ | |
| { name="Antoine Soulier", email="asoulier@google.com" }, | |
| ] | |
| description = "LC3 Codec library wrapper" | |
| requires-python = ">=3.10" | |
| [project.optional-dependencies] | |
| dev = ["pytest"] | |
| [project.urls] | |
| Homepage = "https://github.com/google/liblc3" | |
| [tool.meson-python.args] | |
| setup = ['-Dpython=true'] |