python: Add python library wrapper

This commit is contained in:
Antoine Soulier
2024-01-04 14:12:54 -08:00
parent 10999c6c58
commit 8e0bd81fe4
9 changed files with 905 additions and 170 deletions

16
python/pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "lc3"
version = "0.0.1"
license = "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"