Skip to content

Commit b3e8655

Browse files
committed
Add citation.cff
1 parent ddd3a4f commit b3e8655

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

CITATION.CFF

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
cff-version: 1.2.0
2+
title: fancylog
3+
message: >-
4+
If you use fancylog in your work, please cite the following Zenodo DOI.
5+
type: software
6+
authors:
7+
- given-names: Joseph
8+
family-names: Ziminski
9+
orcid: 'https://orcid.org/0000-0003-4286-6868'
10+
email: joseph.j.ziminski@gmail.com
11+
- given-names: Adam L.
12+
family-names: Tyson
13+
orcid: 'https://orcid.org/0000-0003-3225-1130'
14+
email: code@adamltyson.com
15+
identifiers:
16+
- type: doi
17+
value: 10.5281/zenodo.15776028
18+
description: 'A collection of archived snapshots of fancylog on Zenodo.'
19+
repository-code: 'https://github.com/neuroinformatics-unit/fancylog'
20+
url: 'https://github.com/neuroinformatics-unit/fancylog'
21+
abstract: >-
22+
Fancier logging with Python.
23+
keywords:
24+
- Python
25+
- Logging
26+
license: BSD-3-Clause

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include LICENSE
22
include README.md
3+
include CITATION.CFF
34

45
exclude example.py
56
exclude fancylog*.log

0 commit comments

Comments
 (0)