Skip to content

Commit

Permalink
Add relevant URLs to display on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperCraeghs committed Feb 21, 2023
1 parent 66734cc commit 4952812
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 @@
'Useable with plugin-less CI systems.',
long_description=open("README.rst").read(),
long_description_content_type='text/x-rst',
project_urls={
'Documentation': 'https://melexis.github.io/warnings-plugin',
'Source': 'https://github.com/melexis/warnings-plugin',
'Tracker': 'https://github.com/melexis/warnings-plugin/issues',
},
zip_safe=False,
license='Apache License, Version 2.0',
platforms='any',
Expand Down

0 comments on commit 4952812

Please sign in to comment.