From 77dd08a41fdd57c07cec1a0c54b76acd93c26ff8 Mon Sep 17 00:00:00 2001 From: baugetfa Date: Mon, 3 Nov 2025 15:48:51 +0100 Subject: [PATCH 1/2] project.scripts instead of entry_point.gui_scripts --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 980dfd7..af1774a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,5 +90,5 @@ Changelog = "https://github.com/openalea/visualea/releases" [project.entry-points."wralea"] "visualea" = "openalea.visualea_wralea" -[project.entry-points."gui_scripts"] +[project.scripts] "visualea" = "openalea.visualea.visualeagui:main" From 9d1c64c1b9234fd7f1b5b8e67857c959cb820bae Mon Sep 17 00:00:00 2001 From: baugetfa Date: Wed, 5 Nov 2025 13:10:24 +0100 Subject: [PATCH 2/2] added entry_points in meat.yaml --- conda/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda/meta.yaml b/conda/meta.yaml index 8688bf5..09cb87a 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -21,6 +21,8 @@ build: string: py{{ PY_VER }} script: - {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-build-isolation -vv + entry_points: + - visualea = openalea.visualea.visualeagui:main requirements: host: