From e49e989f30916cd603cb94126cd0a41ec512934d Mon Sep 17 00:00:00 2001 From: Michael Clerx Date: Tue, 24 Aug 2021 12:31:00 +0100 Subject: [PATCH] Set maintainer info in setup.py to use mailing list. Closes #1371 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3b2d6ba92..f61582608 100644 --- a/setup.py +++ b/setup.py @@ -41,8 +41,8 @@ def load_version(): # Maintainer information # author='', # author_email='', - maintainer='Michael Clerx', - maintainer_email='michael.clerx@cs.ox.ac.uk', + maintainer='PINTS Team', + maintainer_email='pints@maillist.ox.ac.uk', url='https://github.com/pints-team/pints', # Packages to include