From b3e8655b5c7f149cd22dd0288aea897567a0fb86 Mon Sep 17 00:00:00 2001 From: JoeZiminski Date: Tue, 1 Jul 2025 18:02:27 +0100 Subject: [PATCH 1/2] Add citation.cff --- CITATION.CFF | 26 ++++++++++++++++++++++++++ MANIFEST.in | 1 + 2 files changed, 27 insertions(+) create mode 100644 CITATION.CFF diff --git a/CITATION.CFF b/CITATION.CFF new file mode 100644 index 0000000..793e0f1 --- /dev/null +++ b/CITATION.CFF @@ -0,0 +1,26 @@ +cff-version: 1.2.0 +title: fancylog +message: >- + If you use fancylog in your work, please cite the following Zenodo DOI. +type: software +authors: + - given-names: Joseph + family-names: Ziminski + orcid: 'https://orcid.org/0000-0003-4286-6868' + email: joseph.j.ziminski@gmail.com + - given-names: Adam L. + family-names: Tyson + orcid: 'https://orcid.org/0000-0003-3225-1130' + email: code@adamltyson.com +identifiers: + - type: doi + value: 10.5281/zenodo.15776028 + description: 'A collection of archived snapshots of fancylog on Zenodo.' +repository-code: 'https://github.com/neuroinformatics-unit/fancylog' +url: 'https://github.com/neuroinformatics-unit/fancylog' +abstract: >- + Fancier logging with Python. +keywords: + - Python + - Logging +license: BSD-3-Clause diff --git a/MANIFEST.in b/MANIFEST.in index 74f3c28..6b4c461 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,6 @@ include LICENSE include README.md +include CITATION.CFF exclude example.py exclude fancylog*.log From 234151dbbc953428be5f88f6dd8f39c4ab6f1d1b Mon Sep 17 00:00:00 2001 From: Joe Ziminski <55797454+JoeZiminski@users.noreply.github.com> Date: Tue, 1 Jul 2025 18:51:18 +0100 Subject: [PATCH 2/2] Add middle name. --- CITATION.CFF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.CFF b/CITATION.CFF index 793e0f1..10ff77d 100644 --- a/CITATION.CFF +++ b/CITATION.CFF @@ -4,7 +4,7 @@ message: >- If you use fancylog in your work, please cite the following Zenodo DOI. type: software authors: - - given-names: Joseph + - given-names: Joseph J. family-names: Ziminski orcid: 'https://orcid.org/0000-0003-4286-6868' email: joseph.j.ziminski@gmail.com