From a4c69800b913c1a54f7928512d599067cb2da3e5 Mon Sep 17 00:00:00 2001 From: Mathieu Kniewallner Date: Sat, 9 Mar 2024 13:18:43 +0100 Subject: [PATCH] chore(packaging): add link to changelog in metadata (#574) Ref: https://python-poetry.org/docs/pyproject/#urls This will add a link to the changelog from PyPI. --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 405a64f7..5dad497b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,9 @@ classifiers = [ "Topic :: Software Development :: Quality Assurance", ] +[tool.poetry.urls] +changelog = "https://github.com/fpgmaas/deptry/blob/main/CHANGELOG.md" + [tool.poetry.dependencies] python = ">=3.8,<4.0" chardet = ">=4.0.0"