We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b93fc70 commit 8b56282Copy full SHA for 8b56282
1 file changed
setup.py
@@ -24,7 +24,9 @@ def get_version(fname="flake8_rst_docstrings.py"):
24
author_email="p.j.a.cock@googlemail.com",
25
url="https://github.com/peterjc/flake8-rst-docstrings",
26
project_urls={
27
- "Documentation": "https://github.com/peterjc/flake8-rst-docstrings/blob/master/README.rst",
+ "Documentation": (
28
+ "https://github.com/peterjc/flake8-rst-docstrings/blob/master/README.rst"
29
+ ),
30
"Source": "https://github.com/peterjc/flake8-rst-docstrings/",
31
"Tracker": "https://github.com/peterjc/flake8-rst-docstrings/issues",
32
},
0 commit comments