aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-05-17 12:36:05 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-05-17 12:37:06 +0300
commit6fe7c84a588c4f32a358043c71828b708f018e76 (patch)
tree317d33c7016989abc83f30a73558722ea225d01f
parentd17768c68c6bade6d2f9e3a9a6dae8680bc1eb3e (diff)
0.3.1: Use old style license format for compat
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ea6a84f..2bebbe8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,15 +1,15 @@
[project]
name = "pylogsentinel"
-version = "0.3.0"
+version = "0.3.1"
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"]
+license = {text = "MIT"}
[project.urls]
Homepage = "https://github.com/jantuomi/pylogsentinel"