mirror of
https://github.com/google/liblc3.git
synced 2026-05-04 12:18:01 +00:00
Rename lc3 python package to lc3py, and bump version to 1.1.2
This commit is contained in:
committed by
Antoine SOULIER
parent
7558637303
commit
48bbd3eacd
@@ -13,7 +13,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
project('lc3', 'c',
|
||||
version: '1.1.0',
|
||||
version: '1.1.2',
|
||||
license: 'Apache-2.0',
|
||||
meson_version: '>= 0.48.0',
|
||||
default_options: ['buildtype=release', 'b_lto=true'])
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -78,7 +78,7 @@ class _Base:
|
||||
|
||||
if libpath is None:
|
||||
mesonpy_lib = glob.glob(
|
||||
os.path.join(os.path.dirname(__file__), ".lc3.mesonpy.libs", "*lc3*")
|
||||
os.path.join(os.path.dirname(__file__), ".lc3py.mesonpy.libs", "*lc3*")
|
||||
)
|
||||
|
||||
if mesonpy_lib:
|
||||
|
||||
Reference in New Issue
Block a user