Skip to content

Commit d8572eb

Browse files
committed
clarify creator
1 parent ec6c810 commit d8572eb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: README.rst

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
2929
Resampling-based inference in Python based on data resampling and permutation.
3030

31+
This package was created by Daniel Saxton and is now maintained by Hans Dembinski.
32+
3133
Features
3234
--------
3335

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ dependencies = [
1313
"scipy >= 1.10"
1414
]
1515
authors = [
16-
{ name = "Hans Dembinski", email = "[email protected]" },
17-
{ name = "Daniel Saxton", email= "[email protected]" }
16+
{ name = "Daniel Saxton", email= "[email protected]" },
17+
{ name = "Hans Dembinski", email = "[email protected]" }
1818
]
1919
readme = "README.rst"
2020
description = "Resampling-based inference in Python"

0 commit comments

Comments
 (0)