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: 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"