Skip to content

Commit bafb229

Browse files
Add a CITATION.cff containing the necessary metadata to cite Pylint
Refs #8765, Closes #8760 Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent 6fca823 commit bafb229

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

CITATION.cff

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
cff-version: 1.2.0
2+
title: "Pylint"
3+
message: >-
4+
If you use this software, please cite it using the metadata from this file.
5+
type: software
6+
authors:
7+
- name: "Pylint contributors"
8+
repository-code: "https://github.com/pylint-dev/pylint"
9+
url: "https://pylint.readthedocs.io/en/latest/"
10+
abstract: >-
11+
Pylint is a static code analyser for Python 2 or 3. Pylint analyses your code without
12+
actually running it. It checks for errors, enforces a coding standard, looks for code
13+
smells, and can make suggestions about how the code could be refactored.
14+
license: GPL-2.0

doc/whatsnew/fragments/8760.other

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Add a CITATION.cff file to the root of the repository containing the necessary metadata to cite Pylint.
2+
3+
Closes #8760

0 commit comments

Comments
 (0)