From 5374338f4d50ca317fa16df5fa3323f78853f281 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Fri, 30 Jan 2026 13:20:40 +0100 Subject: [PATCH 1/4] Add more maintainers to the PyPI metadata --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 96801c0b8..3e7e51911 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,9 @@ authors = [{ name = "Anthropic, PBC." }] maintainers = [ { name = "David Soria Parra", email = "davidsp@anthropic.com" }, { name = "Justin Spahr-Summers", email = "justin@anthropic.com" }, + { name = "Marcelo Trylesinski", email = "marcelotryle@gmail.com" }, + { name = "Max Isbey", email = "add yourself" }, + { name = "Felix Weinberger", email = "add yourself" } ] keywords = ["git", "mcp", "llm", "automation"] license = { text = "MIT" } From c90c81da8a7d576ccedab066dd3d58e0175ae386 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Fri, 30 Jan 2026 13:21:42 +0100 Subject: [PATCH 2/4] Add more maintainers to the PyPI metadata --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3e7e51911..5f060906b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,8 +9,8 @@ maintainers = [ { name = "David Soria Parra", email = "davidsp@anthropic.com" }, { name = "Justin Spahr-Summers", email = "justin@anthropic.com" }, { name = "Marcelo Trylesinski", email = "marcelotryle@gmail.com" }, - { name = "Max Isbey", email = "add yourself" }, - { name = "Felix Weinberger", email = "add yourself" } + { name = "Max Isbey", email = "add-yourself@gmail.com" }, + { name = "Felix Weinberger", email = "add-yourself@gmail.com" } ] keywords = ["git", "mcp", "llm", "automation"] license = { text = "MIT" } From 64bd0bf264368a8c629dc75d8bb4ef56217f2a20 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Fri, 30 Jan 2026 13:42:18 +0100 Subject: [PATCH 3/4] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f060906b..7f1756c60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ maintainers = [ { name = "Justin Spahr-Summers", email = "justin@anthropic.com" }, { name = "Marcelo Trylesinski", email = "marcelotryle@gmail.com" }, { name = "Max Isbey", email = "add-yourself@gmail.com" }, - { name = "Felix Weinberger", email = "add-yourself@gmail.com" } + { name = "Felix Weinberger", email = "fweinberger@anthropic.com" } ] keywords = ["git", "mcp", "llm", "automation"] license = { text = "MIT" } From 5e5221b5b02d62bb7454268f25a81064bdc0bc42 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Fri, 30 Jan 2026 13:43:01 +0100 Subject: [PATCH 4/4] Apply suggestion from @Kludex --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f1756c60..6378fff77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ maintainers = [ { name = "David Soria Parra", email = "davidsp@anthropic.com" }, { name = "Justin Spahr-Summers", email = "justin@anthropic.com" }, { name = "Marcelo Trylesinski", email = "marcelotryle@gmail.com" }, - { name = "Max Isbey", email = "add-yourself@gmail.com" }, + { name = "Max Isbey", email = "maxisbey@anthropic.com" }, { name = "Felix Weinberger", email = "fweinberger@anthropic.com" } ] keywords = ["git", "mcp", "llm", "automation"]