From f375067e5e3438a7f4d068bd66be857bae77aa03 Mon Sep 17 00:00:00 2001 From: cmo Date: Fri, 20 May 2022 20:25:32 +0100 Subject: [PATCH] Updated author_email --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2d332cf..068bd65 100644 --- a/setup.py +++ b/setup.py @@ -278,7 +278,7 @@ def extension_list(args): install_requires=['numpy<1.22,>=1.19', 'scipy', 'matplotlib', 'numba>=0.55', 'parse', 'specutils', 'tqdm', 'weno4', 'pyyaml'], author='Chris Osborne', - author_email='c.osborne.1@research.gla.ac.uk', + author_email='lw@contextuallight.com', license='MIT', url='http://github.com/Goobley/Lightweaver', description='Non-LTE Radiative Transfer Framework in Python',