From 6e7156b42dac6c05612f8c7c2441d401fdc64eb3 Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Wed, 13 May 2026 06:42:19 -0400 Subject: [PATCH] chore: remove redundant license classifier from pyproject.toml The license expression field (PEP 639) supersedes the classifier. Co-Authored-By: Claude Sonnet 4.6 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2d7f25c..da4aa62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hbd" -version = "5.3.4" +version = "5.3.5" description = "Heartbeat monitoring system — client (hbc) and server (hbd)" readme = "README.md" requires-python = ">=3.11" @@ -26,7 +26,6 @@ classifiers = [ "Operating System :: POSIX :: BSD", "Topic :: System :: Monitoring", "Topic :: System :: Networking :: Monitoring", - "License :: OSI Approved :: MIT License", ] [project.urls]