From d964343fa14852bcf475a83ef9774f8c388317d7 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 9 Feb 2021 14:10:42 +0000 Subject: [PATCH] Add Changelog link to PyPI page (#1462) Makes it easy to find out about changes, and it gets a little "present" icon, for example https://pypi.org/project/django-linear-migrations/ --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 075673ee..0c598510 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ setup( version=get_version("httpx"), url="https://github.com/encode/httpx", project_urls={ + "Changelog": "https://github.com/encode/httpx/blob/master/CHANGELOG.md", "Documentation": "https://www.python-httpx.org", "Source": "https://github.com/encode/httpx", }, -- 2.47.3