From: Adam Johnson Date: Tue, 9 Feb 2021 14:10:42 +0000 (+0000) Subject: Add Changelog link to PyPI page (#1462) X-Git-Tag: 0.17.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d964343fa14852bcf475a83ef9774f8c388317d7;p=thirdparty%2Fhttpx.git 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/ --- 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", },