From 6fe7c84a588c4f32a358043c71828b708f018e76 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 17 May 2026 12:36:05 +0300 Subject: 0.3.1: Use old style license format for compat --- pyproject.toml | 4 ++-- 1 file 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" -- cgit v1.3