Switch package entry points to bearhub namespace

This commit is contained in:
Sebastian Palencsar
2026-05-31 15:49:38 +02:00
parent afe63d0c6b
commit 85b418cb74
2 changed files with 7 additions and 7 deletions

View File

@@ -41,9 +41,9 @@ setup(
test_suite="tests",
entry_points={
"console_scripts": [
"bearhub=bauh.app:main",
"bearhub-tray=bauh.app:tray",
"bearhub-cli=bauh.cli.app:main"
"bearhub=bearhub.app:main",
"bearhub-tray=bearhub.app:tray",
"bearhub-cli=bearhub.cli.app:main"
]
},
include_package_data=True,