Skip to content

Commit

Permalink
Add a CITATION.cff containing the necessary metadata to cite Pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
schackartk authored and Pierre-Sassoulas committed Jun 14, 2023
1 parent 6fca823 commit 1efe793
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
cff-version: 1.2.0
title: "Pylint"
message: >-
If you use this software, please cite it using the metadata from this file.
type: software
authors:
- name: "Pylint contributors"
repository-code: "https://github.com/pylint-dev/pylint"
url: "https://pylint.readthedocs.io/en/latest/"
abstract: >-
Pylint is a static code analyser for Python 2 or 3. Pylint analyses your code without
actually running it. It checks for errors, enforces a coding standard, looks for code
smells, and can make suggestions about how the code could be refactored.
license: GPL-2.0
3 changes: 3 additions & 0 deletions doc/whatsnew/fragments/8760.other
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Add a CITATION.cff file to the root of the repository containing the necessary metadata to cite Pylint.

Closes #8760

0 comments on commit 1efe793

Please sign in to comment.