0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 11:11:49 +02:00

feat: add bec-app script to launch applications

This commit is contained in:
2024-10-01 12:18:42 +02:00
committed by wyzula_j
parent 49b9bfc9d3
commit 8bf4842788
3 changed files with 90 additions and 1 deletions

View File

@ -48,6 +48,7 @@ Homepage = "https://gitlab.psi.ch/bec/bec_widgets"
bw-generate-cli = "bec_widgets.cli.generate_cli:main"
bec-gui-server = "bec_widgets.cli.server:main"
bec-designer = "bec_widgets.utils.bec_designer:main"
bec-app = "bec_widgets.applications.bec_app:main"
[tool.hatch.build.targets.wheel]
include = ["*"]