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

@@ -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: