From 368e178f9365e29d1e466b8e50ea922d53559ff5 Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Thu, 30 Apr 2026 17:03:37 -0400 Subject: [PATCH] install the hb_install.sh script --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 45975d2..1b2020f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,6 +54,9 @@ dev = [ hbd = "hbd.server.cli:main" hbc = "hbd.client.main:main" +[tool.setuptools] +script-files = ["scripts/hb_install.sh"] + [tool.setuptools.packages.find] where = ["."] include = ["hbd*"]