diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..e69de29b diff --git a/pyproject.toml b/pyproject.toml index d97bdabb..5f221f9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -143,7 +143,8 @@ test = ["coverage"] # what's used to render the link text on PyPI. [project.urls] "Homepage" = "https://github.com/pypa/sampleproject" -"Bug Reports" = "https://github.com/pypa/sampleproject/issues" +"Bug Tracker" = "https://github.com/pypa/sampleproject/issues" +"Changelog" = "https://github.com/pypa/sampleproject/blob/main/CHANGELOG.md" "Funding" = "https://donate.pypi.org" "Say Thanks!" = "http://saythanks.io/to/example" "Source" = "https://github.com/pypa/sampleproject/"