From c4b6e39e9e4b94ca982a4554f551451dfafd2745 Mon Sep 17 00:00:00 2001 From: Rene Luria Date: Tue, 19 Aug 2025 09:03:42 +0200 Subject: [PATCH] fix: correct project scripts section name and bump version - Changed [projectscripts] to [project.scripts] in pyproject.toml to properly register the myice command line tool - Bump version to v0.4.3 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e48945f..cc9a990 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "myice" -version = "v0.4.2" +version = "v0.4.3" description = "myice parsing" authors = [ { name = "Rene Luria", "email" = ""}, @@ -35,7 +35,7 @@ priority = "supplemental" requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" -[projectscripts] +[project.scripts] myice = 'myice.myice:app' [tool.poetry.requires-plugins]