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

fix: do not import "server" in client, prevents from having trouble with QApplication creation order

Like with QtWebEngine
This commit is contained in:
2024-06-13 10:03:37 +02:00
committed by wyzula_j
parent 836b6e64f6
commit 6f96498de6
3 changed files with 12 additions and 8 deletions

View File

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