install the hb_install.sh script

This commit is contained in:
Andreas Wrede
2026-04-30 17:03:37 -04:00
parent 6905bf266a
commit 368e178f93
+3
View File
@@ -54,6 +54,9 @@ dev = [
hbd = "hbd.server.cli:main" hbd = "hbd.server.cli:main"
hbc = "hbd.client.main:main" hbc = "hbd.client.main:main"
[tool.setuptools]
script-files = ["scripts/hb_install.sh"]
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
where = ["."] where = ["."]
include = ["hbd*"] include = ["hbd*"]