add hbc and prepare for package
This commit is contained in:
+4
-1
@@ -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/*"]
|
||||
Reference in New Issue
Block a user