From 28d708c4a08cf179ba2e8c0955e645691cc19b27 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Tue, 12 Apr 2022 05:08:33 -0500 Subject: [PATCH] build(setup.py): Add issues, changelog link to PyPI (#5019) --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 48b31efd7..31cb595d8 100755 --- a/setup.py +++ b/setup.py @@ -146,5 +146,9 @@ setup( "License :: OSI Approved :: Apache Software License", "Topic :: Software Development :: Testing", ], - project_urls={"Documentation": "http://docs.getmoto.org/en/latest/"}, + project_urls={ + "Documentation": "http://docs.getmoto.org/en/latest/", + "Issue tracker": "https://github.com/spulec/moto/issues", + "Changelog": "https://github.com/spulec/moto/blob/master/CHANGELOG.md" + }, )