From e975654d872dd0f8df6c86cd683879624a203a26 Mon Sep 17 00:00:00 2001 From: Kharec Date: Tue, 6 Jan 2026 10:26:37 +0100 Subject: [PATCH] build: package to true --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 6ad31d0..f9eb37c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,3 +8,6 @@ dependencies = ["audible>=0.10.0", "httpx>=0.28.1", "textual>=6.7.1"] [project.scripts] auditui = "auditui.cli:main" + +[tool.uv] +package = true