From e28e15489e4e68165d48dfc910bedcab6235bc41 Mon Sep 17 00:00:00 2001 From: James Douglass Date: Wed, 12 Jun 2024 16:35:05 -0700 Subject: [PATCH] Removing myself as maintainers - team already listed in pyproject.toml. --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 041fde9..9200ac2 100644 --- a/setup.py +++ b/setup.py @@ -16,8 +16,6 @@ setup_requires=['setuptools_scm'], description='Parallel task graph framework.', long_description=LONG_DESCRIPTION, - maintainer='James Douglass', - maintainer_email='jamesdouglassusa@gmail.com', url='https://github.com/natcap/taskgraph', packages=['taskgraph'], license='BSD',