From 5eebeca8a0f924907b6a253f1c538b5516106d6f Mon Sep 17 00:00:00 2001 From: Erik Welch Date: Wed, 23 Sep 2020 13:24:11 -0500 Subject: [PATCH] Change maintainer to me (Erik). I'll take all the blame. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e0cc9b06..54242a67 100755 --- a/setup.py +++ b/setup.py @@ -10,8 +10,8 @@ description='List processing tools and functional utilities', url='https://github.com/pytoolz/toolz/', author='https://raw.github.com/pytoolz/toolz/master/AUTHORS.md', - maintainer='Matthew Rocklin', - maintainer_email='mrocklin@gmail.com', + maintainer='Erik Welch', + maintainer_email='erik.n.welch@gmail.com', license='BSD', keywords='functional utility itertools functools', packages=['toolz',