From 181b928c2533cdd7f3880dcbc8e83b2bf81e3cf8 Mon Sep 17 00:00:00 2001 From: anthony-melin Date: Sun, 26 Jul 2026 14:46:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20define=20UI=20entrypoint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d6d66cf..ada2d2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,9 @@ build-backend = "setuptools.build_meta" [project.scripts] elironwars = "elironwars.app:app" +[project.entry-points."elironwars.ui"] +console = "elironwars.console:ConsoleUi" + [tool.isort] profile = "black" src_paths = ["src", "tests"]