Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Loading