Skip to content

Commit

Permalink
Add Changelog link to PyPI page (#1462)
Browse files Browse the repository at this point in the history
Makes it easy to find out about changes, and it gets a little "present" icon, for example https://pypi.org/project/django-linear-migrations/
  • Loading branch information
adamchainz authored Feb 9, 2021
1 parent 2847869 commit d964343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def get_packages(package):
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",
},
Expand Down

0 comments on commit d964343

Please sign in to comment.