From 509e16c4dd815b79f5f83ffb6e244ab2e521f4d3 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 13 Nov 2023 08:36:16 +0100 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6a0c27b0..70140b13 100644 --- a/setup.py +++ b/setup.py @@ -12,8 +12,8 @@ description='pympipool - Scale serial and MPI-parallel python functions over hundreds of compute nodes all from within a jupyter notebook or serial python process.', long_description=Path("README.md").read_text(), long_description_content_type='text/markdown', - url='https://github.com/jan-janssen/pympipool', - author_email='jan.janssen@outlook.com', + url='https://github.com/pyiron/pympipool', + author_email='janssen@lanl.gov', license='BSD', classifiers=[