add example configurations

This commit is contained in:
2024-07-14 09:53:39 +02:00
parent 578615dbef
commit d4a3d91b9f
6 changed files with 77 additions and 0 deletions
+18
View File
@@ -5,9 +5,27 @@ build-backend = "setuptools.build_meta"
[project]
name = "sysalert"
version = "0.1.0"
authors = [ {name = "Fredrik Eriksson", email = "sysalert@fulh.ax"} ]
dependencies = [
"systemd-python"
]
description = "generic OnFailure= and OnSuccess= handler for systemd"
readme = "README.md"
license = { file = "LICENSE" }
keywords = [ "systemd" ]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX :: Linux",
"Topic :: System :: Monitoring",
]
[project.scripts]
sysalert = "sysalert.util:cli"
[project.urls]
Homepage = "https://gitea.fulh.ax/feffe/sysalert"
Repository = "https://gitea.fulh.ax/feffe/sysalert.git"