Skip to content

Commit 4305d52

Browse files
committed
docs: changes and contributor for CITATION.cff
1 parent 1283c8d commit 4305d52

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

CHANGES.rst

+7-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,13 @@ development at the same time, such as 4.5.x and 5.0.
2020
Unreleased
2121
----------
2222

23-
- Fix: add ``nosemgrep`` comments to our JavaScript code so that semgrep-based
24-
SAST security checks won't raise false alarms about security problems that
25-
aren't problems.
23+
- Fix: added ``nosemgrep`` comments to our JavaScript code so that
24+
semgrep-based SAST security checks won't raise false alarms about security
25+
problems that aren't problems.
26+
27+
- Added a CITATION.cff file, thanks to `Ken Schackart <pull 1641_>`_.
28+
29+
.. _pull 1641: https://github.com/nedbat/coveragepy/pull/1641
2630

2731

2832
.. scriv-start-here

CITATION.cff

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
3+
14
cff-version: 1.2.0
25
title: "Coverage.py: The code coverage tool for Python"
36
message: >-
@@ -16,4 +19,4 @@ abstract: >-
1619
that could have been executed but was not.
1720
Coverage measurement is typically used to gauge the effectiveness of tests. It can show which
1821
parts of your code are being exercised by tests, and which are not.
19-
license: Apache-2.0
22+
license: Apache-2.0

CONTRIBUTORS.txt

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ Julien Voisin
114114
Justas Sadzevičius
115115
Karthikeyan Singaravelan
116116
Kassandra Keeton
117+
Ken Schackart
117118
Kevin Brown-Silva
118119
Kjell Braden
119120
Krystian Kichewko

MANIFEST.in

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@
88
# .tar.gz source distribution would give you everything needed to continue
99
# developing the project. "pip install" will not install many of these files.
1010

11+
include .editorconfig
12+
include .git-blame-ignore-revs
13+
include .readthedocs.yaml
14+
include CHANGES.rst
1115
include CITATION.cff
1216
include CONTRIBUTORS.txt
13-
include CHANGES.rst
1417
include LICENSE.txt
1518
include MANIFEST.in
1619
include Makefile
@@ -23,9 +26,6 @@ include metacov.ini
2326
include pylintrc
2427
include setup.py
2528
include tox.ini
26-
include .editorconfig
27-
include .git-blame-ignore-revs
28-
include .readthedocs.yaml
2929

3030
recursive-include ci *
3131
recursive-include lab *

0 commit comments

Comments
 (0)