From b328e95f9a9b75bb416d14da11ce0210621bc20d Mon Sep 17 00:00:00 2001 From: Tom <> Date: Mon, 10 Feb 2025 16:42:37 +0100 Subject: [PATCH] Add cli entrypoint, so that pipx installation succeeds --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 05f0042..d6cfe00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,3 +26,6 @@ Homepage = "https://github.com/plusuncold/autiobooks" Documentation = "https://github.com/plusuncold/autiobooks" Repository = "https://github.com/plusuncold/autiobooks" Issues = "https://github.com/plusuncold/autiobooks/issues" + +[project.scripts] +autiobooks = "autiobooks.autiobooks:main" \ No newline at end of file