diff --git a/CITATION.CFF b/CITATION.CFF new file mode 100644 index 0000000..10ff77d --- /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 J. + 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