Skip to content

Commit d9a2617

Browse files
committed
Add keywords
1 parent c440cac commit d9a2617

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "flake8_sphinx_links"
77
version = "0.1.0"
88
description = "A Flake8 plugin to check docstrings for double backticked strings which should be links to the Python documentation."
99
readme = "README.rst"
10-
keywords = []
10+
keywords = [ "flake8", "sphinx", "documentation",]
1111
dynamic = [ "requires-python", "classifiers", "dependencies",]
1212
[[project.authors]]
1313
email = "dominic@davis-foster.co.uk"

repo_helper.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,8 @@ sphinx_conf_epilogue:
4646

4747
tox_unmanaged:
4848
- testenv:lint
49+
50+
keywords:
51+
- flake8
52+
- sphinx
53+
- documentation

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = flake8_sphinx_links
1111
author = Dominic Davis-Foster
1212
author_email = dominic@davis-foster.co.uk
1313
license = MIT License
14-
keywords =
14+
keywords = flake8, sphinx, documentation
1515
long_description = file: README.rst
1616
long_description_content_type = text/x-rst
1717
platforms = Windows, macOS, Linux

0 commit comments

Comments
 (0)