From b6766f3cbf0abb425cf903bcecd34e9080e088c5 Mon Sep 17 00:00:00 2001 From: Akio Taniguchi Date: Tue, 11 Jun 2024 01:16:04 +0000 Subject: [PATCH] #155 Update authors --- CITATION.cff | 3 +++ pyproject.toml | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 9ae36a4..559ef83 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -13,3 +13,6 @@ authors: family-names: "Taniguchi" affiliation: "Nagoya University" orcid: "https://orcid.org/0000-0002-9695-6183" + - given-names: "Juri" + family-names: "Yamanaka" + affiliation: "Nagoya University" diff --git a/pyproject.toml b/pyproject.toml index 5aa7b85..265e48d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,10 @@ name = "decode" version = "2.12.0" description = "DESHIMA code for data analysis" -authors = ["Akio Taniguchi "] +authors = [ + "Akio Taniguchi ", + "Juri Yamanaka ", +] keywords = [ "astronomy", "data-analysis",