From c1b44016fc12e07fdaed44cb440ecf45ed53542a Mon Sep 17 00:00:00 2001 From: Jamal Mustafa Date: Sat, 14 Jan 2023 10:43:19 -0800 Subject: [PATCH] add CHANGELOG.md to template and update metadata --- CHANGELOG.md | 0 pyproject.toml | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..e69de29b diff --git a/pyproject.toml b/pyproject.toml index dfab9897..1bf69b7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -130,7 +130,8 @@ test = ["coverage"] # what's used to render the link text on PyPI. [project.urls] # Optional "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/"