diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-10-12 17:44:34 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-10-12 18:12:00 +0300 |
| commit | d05c7342c67ca83ae912a64d9e39f328d38e0dde (patch) | |
| tree | a1909545118bd405bd556bd9597c1258e060844f /pyproject.toml | |
Initial commit
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 17 |
1 files changed, 17 insertions, 0 deletions
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" |
