Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CITATION.CFF
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include LICENSE
include README.md
include CITATION.CFF

exclude example.py
exclude fancylog*.log
Expand Down