From 7b8f2b7fa157249a31d580375c0cf0d288d898bd Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 25 Aug 2026 21:23:23 +0900 Subject: [PATCH] Remove outdated email address --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f96df51..23a6389 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,9 +9,7 @@ requires = [ name = "blurb" description = "Command-line tool to manage CPython Misc/NEWS.d entries." readme = "README.md" -maintainers = [ - { name = "Python Core Team", email = "core-workflow@mail.python.org" }, -] +maintainers = [ { name = "Python Core Team" } ] authors = [ { name = "Larry Hastings", email = "larry@hastings.org" }, ]