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",