rename to lrx
resolve conflicts
This commit is contained in:
+2
-2
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user