From bd9f4ddc67181a920bb4c0d360d3ee08fc84b60f Mon Sep 17 00:00:00 2001 From: Toby Date: Sat, 27 Jun 2026 05:57:36 +0000 Subject: [PATCH 1/5] fix: remove invalid example.invalid author email to pass PyPI metadata validation --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 81cc690..2ed35c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.11" license = { text = "BSD-3-Clause" } authors = [ { name = "Toby (fork maintainer)" }, - { name = "Andrea Borghi", email = "andrea@example.invalid" }, + { name = "Andrea Borghi" }, ] keywords = [ "hermes-agent", From 7e4338d129da1227ee1b63e2880a98a046c382af Mon Sep 17 00:00:00 2001 From: Toby Date: Sat, 27 Jun 2026 05:58:49 +0000 Subject: [PATCH 2/5] fix: update maintainer email metadata in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ed35c3..1b18249 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.11" license = { text = "BSD-3-Clause" } authors = [ - { name = "Toby (fork maintainer)" }, + { name = "Toby (fork maintainer)", email = "codenamekt@gmail.com" }, { name = "Andrea Borghi" }, ] keywords = [ From 4d42d4bd2e0d5ff1fb4de607ce3ba19ee6dbc608 Mon Sep 17 00:00:00 2001 From: Toby Date: Sat, 27 Jun 2026 05:59:42 +0000 Subject: [PATCH 3/5] fix: remove fork maintainer suffix from Toby's name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1b18249..192192b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.11" license = { text = "BSD-3-Clause" } authors = [ - { name = "Toby (fork maintainer)", email = "codenamekt@gmail.com" }, + { name = "Toby", email = "codenamekt@gmail.com" }, { name = "Andrea Borghi" }, ] keywords = [ From 67d6f495bd1f1029c65eeb710ce8a2aeedafac00 Mon Sep 17 00:00:00 2001 From: Toby Date: Sat, 27 Jun 2026 06:03:28 +0000 Subject: [PATCH 4/5] docs: restore original author copyright in LICENSE for compliance --- LICENSE | 1 + 1 file changed, 1 insertion(+) diff --git a/LICENSE b/LICENSE index 87a7438..180b1b1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,6 @@ BSD 3-Clause License +Copyright (c) 2026, Andrea Borghi Copyright (c) 2026, Hexus Contributors Redistribution and use in source and binary forms, with or without From 0d2df9d14f1afe3aef9baf6eabe7b2b4b2f9ab97 Mon Sep 17 00:00:00 2001 From: Toby Date: Sat, 27 Jun 2026 06:07:34 +0000 Subject: [PATCH 5/5] docs: remove copyright authors from README footer in favor of LICENSE reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1482910..7ebac5d 100644 --- a/README.md +++ b/README.md @@ -123,4 +123,4 @@ Looking for the nitty-gritty details? We moved the heavy technical stuff into th * 🔙 [Rollback Guide](docs/ROLLBACK.md) - In case you change your mind (but you won't!). --- -*License: [BSD 3-Clause](LICENSE) © 2026 Hexus Contributors.* +*License: [BSD 3-Clause](LICENSE)*