Skip to content

Commit b93fc70

Browse files
committed
1 parent 2b3c9a7 commit b93fc70

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ def get_version(fname="flake8_rst_docstrings.py"):
2323
author="Peter J. A. Cock",
2424
author_email="p.j.a.cock@googlemail.com",
2525
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+
},
2631
classifiers=[
2732
"Intended Audience :: Developers",
2833
"Framework :: Flake8",

0 commit comments

Comments
 (0)