aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-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"