From 4ebaee851da7895249726450393c69a13bf654d2 Mon Sep 17 00:00:00 2001 From: M Bussonnier Date: Mon, 17 Feb 2025 21:00:04 +0100 Subject: [PATCH] Email is @python.org since 2018 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8fe98a6b..2c325514 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "ipyparallel" version = "9.1.0.dev" -authors = [{name = "IPython Development Team", email = "ipython-dev@scipy.org"}] +authors = [{name = "IPython Development Team", email = "ipython-dev@python.org"}] license = {file = "COPYING.md"} readme = "README.md" description = "Interactive Parallel Computing with IPython"