From c88eca020cf487e82fb7abd3f4f780818e4599e5 Mon Sep 17 00:00:00 2001 From: Andreas Poehlmann Date: Sun, 23 Nov 2025 18:46:44 +0100 Subject: [PATCH] fix maintainer display on pypi --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e5551df5..7f10345c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ authors = [ ] description = "pathlib api extended to use fsspec backends" maintainers = [ + {name = "Andreas Poehlmann"}, {name = "Andreas Poehlmann", email = "andreas@poehlmann.io"}, {name = "Norman Rzepka"}, ]