Add changelog to project URLs

This commit is contained in:
Hynek Schlawack 2021-03-04 10:27:54 +01:00
parent ded92256e2
commit ad59a62cae
1 changed files with 1 additions and 0 deletions

View File

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