We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3c9a7 commit b93fc70Copy full SHA for b93fc70
1 file changed
setup.py
@@ -23,6 +23,11 @@ def get_version(fname="flake8_rst_docstrings.py"):
23
author="Peter J. A. Cock",
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",
28
+ "Source": "https://github.com/peterjc/flake8-rst-docstrings/",
29
+ "Tracker": "https://github.com/peterjc/flake8-rst-docstrings/issues",
30
+ },
31
classifiers=[
32
"Intended Audience :: Developers",
33
"Framework :: Flake8",
0 commit comments