From be3fcc3a2c4f723bbc96f93807f930f025733070 Mon Sep 17 00:00:00 2001 From: Taiko2k Date: Mon, 25 Nov 2024 00:34:05 +1300 Subject: [PATCH] fix pyproject for main rename --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3af3ae667..eb2f9e3db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dynamic = ["dependencies"] [project.gui-scripts] - tauonmb = "tauon.tauon:main" + tauonmb = "tauon.__main__:main" [project.entry-points."distutils.commands"] compile_translations = "compile_translations:main"