From 7750c5a303967cff2eb83dd7e4b1e4508a458fd4 Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Tue, 12 May 2026 23:49:46 -0400 Subject: [PATCH] chore: set author to Andreas Wrede in pyproject.toml Co-Authored-By: Claude Sonnet 4.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 62ae535..e8349ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.11" license = "MIT" keywords = ["heartbeat", "monitoring", "dns", "websocket", "system-monitoring"] authors = [ - { name = "heartbeat contributors" } + { name = "Andreas Wrede" } ] # Core dependencies (required for both client and server)