add hbc and prepare for package

This commit is contained in:
2026-02-06 15:19:14 -05:00
parent 4df700e4ef
commit 3ca619e86d
15 changed files with 574 additions and 176 deletions
+4 -1
View File
@@ -10,7 +10,6 @@ readme = "README.md"
requires-python = ">=3.10"
license = { text = "MIT" }
keywords = ["heartbeat", "monitoring", "dns", "websocket"]
authors = [
{ name = "heartbeat contributors" }
]
@@ -38,7 +37,11 @@ dev = [
[project.scripts]
hbd = "hbd.cli:main"
hbc = "hbd.hbc:main"
[tool.setuptools.packages.find]
where = ["."]
include = ["hbd*"]
[tool.setuptools.package-data]
"hbd" = ["*.yaml", "static/*", "static/*/*", "templates/*"]