From ad59a62cae7f1f5355fb121d77eda5d5d1aa0cbd Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Thu, 4 Mar 2021 10:27:54 +0100 Subject: [PATCH] Add changelog to project URLs --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index afaeb91f..f46a0b8c 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,7 @@ META_PATH = os.path.join("src", "attr", "__init__.py") KEYWORDS = ["class", "attribute", "boilerplate"] PROJECT_URLS = { "Documentation": "https://www.attrs.org/", + "Changelog": "https://www.attrs.org/en/stable/changelog.html", "Bug Tracker": "https://github.com/python-attrs/attrs/issues", "Source Code": "https://github.com/python-attrs/attrs", "Funding": "https://github.com/sponsors/hynek",