From e6d2f44c80147c8a53cfa98a4222816b3005d151 Mon Sep 17 00:00:00 2001 From: Rolf Krahl Date: Sun, 31 Dec 2023 21:44:09 +0100 Subject: [PATCH] Add link to changelog to project_urls --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f5954e8..db3a8db 100755 --- a/setup.py +++ b/setup.py @@ -154,6 +154,7 @@ def run(self): Source="https://github.com/RKrahl/pytest-dependency", Download=("https://github.com/RKrahl/pytest-dependency/releases/%s/" % release), + Changes="https://pytest-dependency.readthedocs.io/en/latest/changelog.html", ), package_dir = {"": "src"}, python_requires = ">=3.4",