rename to lrx

resolve conflicts
This commit is contained in:
2026-03-31 22:24:08 +02:00
parent 09d7945b27
commit 942615348d
57 changed files with 3107 additions and 3 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "lrcfetch"
name = "lrx-cli"
version = "0.1.7"
description = "Fetch line-synced lyrics for your music player."
readme = "README.md"
@@ -19,7 +19,7 @@ dependencies = [
]
[project.scripts]
lrcfetch = "lrcfetch.cli:run"
lrx = "lrx.cli:run"
[tool.ruff.lint]
ignore = ["E402"]