Skip to content

Commit

Permalink
Add additional project URLs to setup.py
Browse files Browse the repository at this point in the history
These URLs are shown in the "Project Links" section on the PyPI
project page and automatically enable the display of GitHub
statistics (stars, forks, open issues/prs).

Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
  • Loading branch information
lukpueh committed Jun 24, 2019
1 parent 732a4d9 commit 8dd0e4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,8 @@
"in-toto-sign = in_toto.in_toto_sign:main",
"in-toto-keygen = in_toto.in_toto_keygen:main"]
},
project_urls={
"Source": "https://github.com/in-toto/in-toto",
"Bug Reports": "https://github.com/in-toto/in-toto/issues",
},
)

0 comments on commit 8dd0e4c

Please sign in to comment.