Skip to content

Commit 84b0dde

Browse files
committed
chore: add citation
Signed-off-by: Henry Schreiner <[email protected]>
1 parent bfbd625 commit 84b0dde

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,14 @@ repos:
142142
- id: check-readthedocs
143143
- id: check-metaschema
144144
files: \.schema\.json
145+
- id: check-jsonschema
146+
name: Validate CITATION.cff
147+
files: ^CITATION.cff$
148+
types_or: [file]
149+
args:
150+
- --schemafile=https://raw.githubusercontent.com/citation-file-format/citation-file-format/main/schema.json
151+
- --default-filetype=yaml
152+
- --no-cache
145153

146154
- repo: https://github.com/scientific-python/cookie
147155
rev: 2024.08.19

CITATION.cff

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
cff-version: 1.2.0
2+
message: "Please cite this software using the metadata from 'preferred-citation'."
3+
title: "Scikit-build-core"
4+
version: "0.10.7"
5+
date-released: "2024-10-20"
6+
abstract: "Build compiled Python packages using CMake"
7+
keywords:
8+
- python
9+
- cmake
10+
authors:
11+
- family-names: Schreiner
12+
given-names: Henry
13+
name-suffix: III
14+
orcid: https://orcid.org/0000-0002-7833-783X
15+
affiliation: Princeton University
16+
website: https://iscinumpy.dev
17+
alias: henryiii
18+
- family-names: Fillion-Robin
19+
given-names: Jean-Christophe
20+
orcid: https://orcid.org/0000-0002-9688-8950
21+
affiliation: Kitware
22+
alias: jcfr
23+
- family-names: McCormick
24+
given-names: Matt
25+
orcid: https://orcid.org/0000-0001-9475-3756
26+
affiliation: Kitware
27+
alias: thewtex
28+
- family-names: Le
29+
given-names: Christian
30+
orcid: https://orcid.org/0000-0001-5122-8521
31+
alias: LecrisUT
32+
url: https://scikit-build-core.readthedocs.io
33+
repository-code: https://github.com/scikit-build/scikit-build-core
34+
license: Apache-2.0
35+
preferred-citation:
36+
type: conference-paper
37+
title: Scikit-build-core
38+
conference:
39+
name: SciPy 2024
40+
journal: Proceedings of the 23rd Python in Science Conference
41+
issn: 2575-9752
42+
date-published: 2024-07-10
43+
doi: 10.25080/FMKR8387
44+
license: CC-BY-4.0
45+
authors:
46+
- family-names: Schreiner
47+
given-names: Henry
48+
name-suffix: III
49+
orcid: https://orcid.org/0000-0002-7833-783X
50+
affiliation: Princeton University
51+
website: https://iscinumpy.dev
52+
- family-names: Fillion-Robin
53+
given-names: Jean-Christophe
54+
orcid: https://orcid.org/0000-0002-9688-8950
55+
affiliation: Kitware
56+
- family-names: McCormick
57+
given-names: Matt
58+
orcid: https://orcid.org/0000-0001-9475-3756
59+
affiliation: Kitware

0 commit comments

Comments
 (0)