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 7c7855c commit 91269c2
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 @@ -22,6 +22,11 @@ def get_version(fname="flake8_black.py"):
author="Peter J. A. Cock",
author_email="p.j.a.cock@googlemail.com",
url="https://github.com/peterjc/flake8-black",
project_urls={
"Documentation": "https://github.com/peterjc/flake8-black/blob/master/README.rst",
"Source": "https://github.com/peterjc/flake8-black/",
"Tracker": "https://github.com/peterjc/flake8-black/issues",
},
classifiers=[
"Intended Audience :: Developers",
"Framework :: Flake8",
Expand Down

0 comments on commit 91269c2

Please sign in to comment.