mirror of
https://github.com/zvx-echo6/central.git
synced 2026-05-22 18:44:40 +02:00
runtime: NWS adapter, supervisor, archive consumer, systemd units
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
714971fe99
commit
31be17430d
8 changed files with 1480 additions and 0 deletions
|
|
@ -20,6 +20,10 @@ dependencies = [
|
|||
"tenacity>=9.1.4",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
central-supervisor = "central.supervisor:main"
|
||||
central-archive = "central.archive:main"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/central"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue