Skip to content

Commit

Permalink
Set project_urls in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Jan 28, 2020
1 parent 2b3c9a7 commit b93fc70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ def get_version(fname="flake8_rst_docstrings.py"):
author="Peter J. A. Cock",
author_email="p.j.a.cock@googlemail.com",
url="https://github.com/peterjc/flake8-rst-docstrings",
project_urls={
"Documentation": "https://github.com/peterjc/flake8-rst-docstrings/blob/master/README.rst",
"Source": "https://github.com/peterjc/flake8-rst-docstrings/",
"Tracker": "https://github.com/peterjc/flake8-rst-docstrings/issues",
},
classifiers=[
"Intended Audience :: Developers",
"Framework :: Flake8",
Expand Down

0 comments on commit b93fc70

Please sign in to comment.