From e303fe39b42c693518428507e053b7293bec734e Mon Sep 17 00:00:00 2001 From: "Mark A. Miller" Date: Thu, 21 Mar 2024 13:50:31 -0400 Subject: [PATCH 1/2] Bill Duncan as an author --- .gitignore | 1 + pyproject.toml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 0caf32f..f81713c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +local src/ontology/imports/* mirror/* mirror-catalog.xml diff --git a/pyproject.toml b/pyproject.toml index dda33a9..aab40d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,12 @@ name = "nmdc-ontology" version = "0.1.0" description = "Build tools for the NMDC Ontology, a colelction of OBO foundry terms that can be used to annotate NMDC biosamples." authors = ["Mark A. Miller "] + +authors = [ + { name = "Bill Duncan", email = "wdduncan@gmail.com" }, + { name = "Mark A. Miller", email = "MAM@lbl.gov" } +] + license = "CC0-1.0" readme = "README.md" From 17a6b2f54a0ea2820f62fdfd9d7323d7f486bc03 Mon Sep 17 00:00:00 2001 From: "Mark A. Miller" Date: Thu, 21 Mar 2024 13:53:23 -0400 Subject: [PATCH 2/2] only one authors block --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aab40d1..30f3542 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,8 +2,6 @@ name = "nmdc-ontology" version = "0.1.0" description = "Build tools for the NMDC Ontology, a colelction of OBO foundry terms that can be used to annotate NMDC biosamples." -authors = ["Mark A. Miller "] - authors = [ { name = "Bill Duncan", email = "wdduncan@gmail.com" }, { name = "Mark A. Miller", email = "MAM@lbl.gov" }