Add basic logging
Some checks failed
ci/woodpecker/push/check Pipeline failed

This commit is contained in:
2025-04-21 13:32:38 +02:00
parent 4be01df4da
commit 98a329ed74
4 changed files with 39 additions and 14 deletions

View File

@@ -25,6 +25,9 @@ dev = [
"bandit>=1.8.3"
]
[project.scripts]
xmpp-api-useradd = "xmpp_api.cli.add-user:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"