From 4b87a90e7624d3856e8fec79d2dcfc643c7492de Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Tue, 12 May 2026 23:58:25 -0400 Subject: [PATCH] chore: declare license-files in pyproject.toml Associates LICENSE.md with the package for pip/PyPI. Co-Authored-By: Claude Sonnet 4.6 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e8349ce..736637d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,8 @@ version = "5.3.4" description = "Heartbeat monitoring system — client (hbc) and server (hbd)" readme = "README.md" requires-python = ">=3.11" -license = "MIT" +license = "MIT" +license-files = ["LICENSE.md"] keywords = ["heartbeat", "monitoring", "dns", "websocket", "system-monitoring"] authors = [ { name = "Andreas Wrede" }