Skip to content

Commit f3b50e4

Browse files
authored
Add CITATION.cff file (#3723)
1 parent 0b4d7d5 commit f3b50e4

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@
8484

8585
### Documentation
8686

87+
- Add a CITATION.cff file to the root of the repository, containing metadata on how to
88+
cite this software (#3723)
89+
8790
<!-- Major changes to documentation and policies. Small docs changes
8891
don't need a changelog entry. -->
8992

CITATION.cff

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
cff-version: 1.2.0
2+
title: "Black: The uncompromising Python code formatter"
3+
message: >-
4+
If you use this software, please cite it using the metadata from this file.
5+
type: software
6+
authors:
7+
- family-names: Langa
8+
given-names: Łukasz
9+
- name: "contributors to Black"
10+
repository-code: "https://github.com/psf/black"
11+
url: "https://black.readthedocs.io/en/stable/"
12+
abstract: >-
13+
Black is the uncompromising Python code formatter. By using it, you agree to cede
14+
control over minutiae ofhand-formatting. In return, Black gives you speed,
15+
determinism, and freedom from pycodestyle nagging about formatting. You will save time
16+
and mental energy for more important matters.
17+
18+
Blackened code looks the same regardless of the project you're reading. Formatting
19+
becomes transparent after a while and you can focus on the content instead.
20+
21+
Black makes code review faster by producing the smallest diffs possible.
22+
license: MIT

0 commit comments

Comments
 (0)