aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: 2bebbe81f081627abaf60fdf61aa3746cc25d5e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[project]
name = "pylogsentinel"
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 = []
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"
Repository = "https://github.com/jantuomi/pylogsentinel.git"
Issues = "https://github.com/jantuomi/pylogsentinel/issues"