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