Skip to content

Commit f018214

Browse files
committed
Add "coverage" as a keyword
1 parent 93e1a33 commit f018214

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "coverage_pyver_pragma"
77
version = "0.2.4"
88
description = "Plugin for Coverage.py to selectively ignore branches depending on the Python version."
99
readme = "README.rst"
10-
keywords = []
10+
keywords = [ "coverage",]
1111
dynamic = [ "requires-python", "classifiers", "dependencies",]
1212

1313
[[project.authors]]

repo_helper.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ tox_unmanaged:
3939

4040
intersphinx_mapping:
4141
- "'pyparsing': ('https://pyparsing-docs.readthedocs.io/en/latest', None)"
42+
43+
keywords:
44+
- coverage

0 commit comments

Comments
 (0)