mirror of
https://github.com/google/liblc3.git
synced 2026-04-20 14:44:49 +00:00
python: Add python library wrapper
This commit is contained in:
16
python/pyproject.toml
Normal file
16
python/pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user