enum instead of str for checker types, use "lego-monitoring" instead of "service" bin name

This commit is contained in:
Alex Tau 2025-04-30 17:24:52 +03:00
parent ffdd0429b3
commit 19ee6f487b
3 changed files with 7 additions and 4 deletions

View file

@ -10,7 +10,7 @@ dependencies = [
]
[project.scripts]
service = "lego_monitoring:main"
lego-monitoring = "lego_monitoring:main"
[build-system]
requires = ["hatchling"]