From 16e6ee639b1cdc9e5b045724d5b8140ac92e36e4 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Sat, 18 May 2024 01:01:37 -0400 Subject: [PATCH] Add email to maintainers Co-authored-by: Matheus Felipe --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3b396b31..db760506 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,9 +15,9 @@ authors = [ "Siddharth Dushantha" ] maintainers = [ - "Paul Pfeister", - "Matheus Felipe", - "Sondre Karlsen Dyrnes" + "Paul Pfeister ", + "Matheus Felipe ", + "Sondre Karlsen Dyrnes " ] readme = "docs/pyproj/README.md" packages = [ { include = "sherlock"} ]