Files
liblc3/python/pyproject.toml
2024-01-30 14:06:48 -08:00

17 lines
343 B
TOML

[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"