forked from DGNum/stateless-uptime-kuma
feat: package python cli
This commit is contained in:
parent
b60be21d5c
commit
9b4e87af6f
4 changed files with 40 additions and 1 deletions
|
@ -17,10 +17,16 @@ classifiers = [
|
|||
]
|
||||
dependencies = [
|
||||
"uptime-kuma-api",
|
||||
"requests",
|
||||
"click",
|
||||
"click-log",
|
||||
]
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["stateless_uptime_kuma"]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://git.dgnum.eu/mdebray/stateless-uptime-kuma"
|
||||
|
||||
[project.scripts]
|
||||
stateless_uptime_kuma = "cli:main"
|
||||
stateless-uptime-kuma = "stateless_uptime_kuma.cli:cli"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue