From 823d902f4e11b5fa75b4226dfdae4e2e76dc0017 Mon Sep 17 00:00:00 2001 From: Eli Chadwick Date: Mon, 18 Mar 2024 10:22:54 +0000 Subject: [PATCH] add Eli to authors --- CITATION.cff | 3 +++ rocrate/__init__.py | 1 + setup.py | 1 + 3 files changed, 5 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index cff5fe2..fd09e4e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,6 +1,9 @@ cff-version: 1.1.0 message: "Cite as" authors: + - family-names: Chadwick + given-names: Eli + orcid: https://orcid.org/0000-0002-0035-6475 - family-names: De Geest given-names: Paul orcid: https://orcid.org/0000-0002-8940-4946 diff --git a/rocrate/__init__.py b/rocrate/__init__.py index ba1e4e4..5efaa44 100644 --- a/rocrate/__init__.py +++ b/rocrate/__init__.py @@ -29,6 +29,7 @@ """ __author__ = ", ".join(( + 'Eli Chadwick', 'Paul De Geest', 'Bert Droesbeke', 'Ignacio Eguinoa', diff --git a/setup.py b/setup.py index a480f19..fdb62d3 100755 --- a/setup.py +++ b/setup.py @@ -57,6 +57,7 @@ long_description_content_type='text/markdown', long_description=long_description, author=", ".join(( + 'Eli Chadwick', 'Paul De Geest', 'Bert Droesbeke', 'Ignacio Eguinoa',