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*"]