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 file #3723

Merged
merged 7 commits into from Jul 9, 2023
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES.md
Expand Up @@ -57,6 +57,8 @@

### Documentation

- Add a CITATION.cff file to the root of the repository, containing metadata on how to cite this software (#3723)

<!-- Major changes to documentation and policies. Small docs changes
don't need a changelog entry. -->

Expand Down
27 changes: 27 additions & 0 deletions CITATION.cff
@@ -0,0 +1,27 @@
cff-version: 1.2.0
title: 'Black: The uncompromising Python code formatter'
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- family-names: Langa
given-names: Łukasz
- name: "contributors to Black"
repository-code: 'https://github.com/psf/black'
url: 'https://black.readthedocs.io/en/stable/'
abstract: >-
Black is the uncompromising Python code formatter. By
using it, you agree to cede control over minutiae of
hand-formatting. In return, Black gives you speed,
determinism, and freedom from pycodestyle nagging about
formatting. You will save time and mental energy for more
important matters.

Blackened code looks the same regardless of the project
you're reading. Formatting becomes transparent after a
while and you can focus on the content instead.

Black makes code review faster by producing the smallest
diffs possible.
license: MIT