mirror of
https://github.com/google/liblc3.git
synced 2026-04-18 05:35:31 +00:00
17 lines
343 B
TOML
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"
|