]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Add Changelog link to PyPI page (#1462)
authorAdam Johnson <me@adamj.eu>
Tue, 9 Feb 2021 14:10:42 +0000 (14:10 +0000)
committerGitHub <noreply@github.com>
Tue, 9 Feb 2021 14:10:42 +0000 (15:10 +0100)
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

index 075673ee6f02a7c71a30fbbccc1b4d350d79c41b..0c5985101197390bc47534bc6f3a61efaecddbb3 100644 (file)
--- 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",
     },