From f27a98aaa69535e7e1a51e5aff379d74aa80037b Mon Sep 17 00:00:00 2001 From: Benexl Date: Thu, 24 Jul 2025 14:53:43 +0300 Subject: [PATCH] chore: update entry point --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e2d90c..e34ca47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ ] [project.scripts] -fastanime = 'fastanime:FastAnime' +fastanime = 'fastanime:Cli' [project.optional-dependencies] standard = ["fastapi[standard]>=0.115.0", "mpv>=1.0.7", "plyer>=2.1.0"]