From cd37c6c498e45e9fcde322c6ed634e3e35fa27bb Mon Sep 17 00:00:00 2001 From: Nomi Harris Date: Thu, 14 Sep 2023 11:13:25 -0700 Subject: [PATCH] Remove Mark from author list Mark asked to be removed (he probably doesn't want his personal email address shared). It's not clear who should be added. So for now, let's remove Mark and just leave Chris. fixes #1142 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7736bf78..dd1ba0dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,7 @@ version = "0.0.0" description = "Metamodel schema, documentation, and specification for the Linked Open Data Modeling Language (LinkML)" license = "MIT" authors = [ - "Chris Mungall ", - "Mark A. Miller " + "Chris Mungall " ] readme = "README.md"