From f9919fc48b997531da5a980dc3e974d6aa342f30 Mon Sep 17 00:00:00 2001 From: Joakim Holm Date: Mon, 8 May 2023 12:46:21 +0200 Subject: [PATCH] Fix script --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b731394..fc68a36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dynamic = ["version"] "Bugtracker" = "https://github.com/jo1gi/ebook-dl/issues" [project.scripts] -audiobook-dl = "grawlix.__main__:run" +grawlix = "grawlix.__main__:run" [build-system]