Bug fix in installing and lauching the program

This commit is contained in:
2025-12-05 16:18:37 +02:00
parent 310e0b2285
commit 42fb2b782d
5 changed files with 291 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ setup(
"microscopy-detect=src.cli:main",
],
"gui_scripts": [
"microscopy-detect-gui=main:main",
"microscopy-detect-gui=src.gui_launcher:main",
],
},
keywords="microscopy yolov8 object-detection segmentation computer-vision deep-learning",