From d05c7342c67ca83ae912a64d9e39f328d38e0dde Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 12 Oct 2025 17:44:34 +0300 Subject: Initial commit --- pyproject.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..8096dfd --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,17 @@ +[project] +name = "pylogsentinel" +version = "0.1.0" +description = "Lightweight cron-friendly log monitoring utility with regex rules and per-rule shell actions" +readme = "README.md" +requires-python = ">=3.9" +dependencies = [] +license = "MIT" +authors = [ + { name = "Jan Tuomi", email = "jan@jantuomi.fi" } +] +keywords = ["log", "monitoring", "regex", "cron", "alerting", "sentinel"] + +[project.urls] +Homepage = "https://github.com/jantuomi/pylogsentinel" +Repository = "https://github.com/jantuomi/pylogsentinel.git" +Issues = "https://github.com/jantuomi/pylogsentinel/issues" -- cgit v1.3