From d8572eb0b5cffc3d58e15c91d5eaf857a8c17a98 Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Sun, 19 Mar 2023 14:41:00 +0100 Subject: [PATCH] clarify creator --- README.rst | 2 ++ pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index fca4c9a..7906bb4 100644 --- a/README.rst +++ b/README.rst @@ -28,6 +28,8 @@ Resampling-based inference in Python based on data resampling and permutation. +This package was created by Daniel Saxton and is now maintained by Hans Dembinski. + Features -------- diff --git a/pyproject.toml b/pyproject.toml index 0a3f689..44e5d1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,8 +13,8 @@ dependencies = [ "scipy >= 1.10" ] authors = [ - { name = "Hans Dembinski", email = "hans.dembinski@gmail.com" }, - { name = "Daniel Saxton", email= "dsaxton@pm.me" } + { name = "Daniel Saxton", email= "dsaxton@pm.me" }, + { name = "Hans Dembinski", email = "hans.dembinski@gmail.com" } ] readme = "README.rst" description = "Resampling-based inference in Python"