Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CITATION.cff #31

Merged
merged 3 commits into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
28 changes: 28 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
cff-version: 1.2.0
title: dspeed
doi: FILLME
date-released: 2024-01-01
url: https://github.com/github-linguist/linguist
message: "If you use this software, please cite it as below."
authors:
- family-names: Pertoldi
given-names: Luigi
orcid: https://orcid.org/0000-0002-0467-2571
- family-names: Detwiler
given-names: Jason
orcid: https://orcid.org/0000-0002-9050-4610
- family-names: Borden
given-names: Sam
orcid: https://orcid.org/0009-0003-2539-4333
- family-names: Watkins
given-names: Samuel L.
orcid: https://orcid.org/0000-0003-0649-1923
- family-names: Nave
given-names: Christian
email: [email protected]
- family-names: Browning
given-names: James
orcid: https://orcid.org/0009-0001-4914-0595
- family-names: Mathew
given-names: Tim
email: [email protected]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ write_to = "src/daq2lh5/_version.py"
minversion = "6.0"
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
xfail_strict = true
filterwarnings = "error"
filterwarnings = ["error", 'ignore:\nPyarrow:DeprecationWarning']
log_cli_level = "info"
testpaths = "tests"

Expand Down
Loading