Rename lc3 python package to lc3py, and bump version to 1.1.2

This commit is contained in:
Antoine Soulier
2025-01-29 16:58:55 -08:00
committed by Antoine SOULIER
parent 7558637303
commit 48bbd3eacd
3 changed files with 5 additions and 5 deletions

View File

@@ -3,8 +3,8 @@ requires = ["meson-python"]
build-backend = "mesonpy"
[project]
name = "lc3"
version = "0.0.1"
name = "lc3py"
version = "1.1.2"
license = { text="Apache-2.0" }
authors = [
{ name="Antoine Soulier", email="asoulier@google.com" },
@@ -13,7 +13,7 @@ description = "LC3 Codec library wrapper"
requires-python = ">=3.10"
[project.optional-dependencies]
dev = ["pytest"]
dev = ["pytest"]
[project.urls]
Homepage = "https://github.com/google/liblc3"