From ada3c0666437242804eeae06dbc70bd20858f280 Mon Sep 17 00:00:00 2001 From: Andrew Moffat Date: Thu, 9 Feb 2023 12:03:43 -0800 Subject: [PATCH] updating maintainer emails --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7787b1e0..4c73200b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,8 +5,8 @@ description = "Python subprocess replacement" authors = ["Andrew Moffat "] readme = "README.rst" maintainers = [ - "Andrew Moffat ", - "Erik Cederstrand " + "Andrew Moffat ", + "Erik Cederstrand " ] homepage = "https://amoffat.github.io/sh/" repository = "https://github.com/amoffat/sh"