From db0ed119b4d9cc133ea3b2e692ab2b877f243880 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Fri, 31 May 2024 21:28:44 -0400 Subject: [PATCH] chore: update author list (#49) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 23da51e..4fe363e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,10 +2,10 @@ name = "dcd-mapping" description = "Map MaveDB scoresets to VRS objects" authors = [ - {name = "Alex Handler Wagner", email = "Alex.Wagner@nationwidechildrens.org"}, {name = "Jeremy Arbesfeld", email = "Jeremy.Arbesfeld@nationwidechildrens.org"}, - {name = "Samriddhi Singh", email = "todo@todo.org"}, {name = "James Stevenson", email = "James.Stevenson@nationwidechildrens.org"}, + {name = "Alan Rubin", email = "alan.rubin@wehi.edu.au"}, + {name = "Alex Handler Wagner", email = "Alex.Wagner@nationwidechildrens.org"}, ] readme = "README.md" license = { file = "LICENSE" }