Skip to content

Commit

Permalink
chore: add citation
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Nov 16, 2024
1 parent bfbd625 commit 84b0dde
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,14 @@ repos:
- id: check-readthedocs
- id: check-metaschema
files: \.schema\.json
- id: check-jsonschema
name: Validate CITATION.cff
files: ^CITATION.cff$
types_or: [file]
args:
- --schemafile=https://raw.githubusercontent.com/citation-file-format/citation-file-format/main/schema.json
- --default-filetype=yaml
- --no-cache

- repo: https://github.com/scientific-python/cookie
rev: 2024.08.19
Expand Down
59 changes: 59 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
cff-version: 1.2.0
message: "Please cite this software using the metadata from 'preferred-citation'."
title: "Scikit-build-core"
version: "0.10.7"
date-released: "2024-10-20"
abstract: "Build compiled Python packages using CMake"
keywords:
- python
- cmake
authors:
- family-names: Schreiner
given-names: Henry
name-suffix: III
orcid: https://orcid.org/0000-0002-7833-783X
affiliation: Princeton University
website: https://iscinumpy.dev
alias: henryiii
- family-names: Fillion-Robin
given-names: Jean-Christophe
orcid: https://orcid.org/0000-0002-9688-8950
affiliation: Kitware
alias: jcfr
- family-names: McCormick
given-names: Matt
orcid: https://orcid.org/0000-0001-9475-3756
affiliation: Kitware
alias: thewtex
- family-names: Le
given-names: Christian
orcid: https://orcid.org/0000-0001-5122-8521
alias: LecrisUT
url: https://scikit-build-core.readthedocs.io
repository-code: https://github.com/scikit-build/scikit-build-core
license: Apache-2.0
preferred-citation:
type: conference-paper
title: Scikit-build-core
conference:
name: SciPy 2024
journal: Proceedings of the 23rd Python in Science Conference
issn: 2575-9752
date-published: 2024-07-10
doi: 10.25080/FMKR8387
license: CC-BY-4.0
authors:
- family-names: Schreiner
given-names: Henry
name-suffix: III
orcid: https://orcid.org/0000-0002-7833-783X
affiliation: Princeton University
website: https://iscinumpy.dev
- family-names: Fillion-Robin
given-names: Jean-Christophe
orcid: https://orcid.org/0000-0002-9688-8950
affiliation: Kitware
- family-names: McCormick
given-names: Matt
orcid: https://orcid.org/0000-0001-9475-3756
affiliation: Kitware

0 comments on commit 84b0dde

Please sign in to comment.