chore: switch to src layout

This commit is contained in:
2026-04-06 09:15:07 +02:00
parent c5abbff14c
commit 69b7f5c60c
35 changed files with 4 additions and 7 deletions
-4
View File
@@ -1,4 +0,0 @@
from lrx_cli.cli import run
if __name__ == "__main__":
run()
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "lrx-cli"
version = "0.5.5"
version = "0.5.6"
description = "Fetch line-synced lyrics for your music player."
readme = "README.md"
requires-python = ">=3.13"
+1
View File
@@ -2,6 +2,7 @@
Author: Uyanide pywang0608@foxmail.com
Date: 2026-03-25 11:09:53
Description: Core orchestrator coordinates fetchers with cache-aware fallback.
Also handles enrichers & authenticators &
"""
import asyncio
+1 -1
View File
@@ -10,7 +10,7 @@ from enum import Enum
from typing import Optional, TYPE_CHECKING
from dataclasses import dataclass
from lrx_cli.config import SCORE_W_SYNCED
from .config import SCORE_W_SYNCED
if TYPE_CHECKING:
from .lrc import LRCData
Generated
+1 -1
View File
@@ -153,7 +153,7 @@ wheels = [
[[package]]
name = "lrx-cli"
version = "0.5.5"
version = "0.5.6"
source = { editable = "." }
dependencies = [
{ name = "cyclopts" },