diff --git a/setup.py b/setup.py index d470e14e8..5dc91470c 100644 --- a/setup.py +++ b/setup.py @@ -70,6 +70,9 @@ def sanitize_rst_roles(rst_source_text: str) -> str: author="Andrew Svetlov", author_email="andrew.svetlov@gmail.com", url="https://github.com/aio-libs/yarl/", + project_urls={ + "Changelog": "https://github.com/aio-libs/yarl/blob/master/CHANGES.rst", + }, license="Apache-2.0", packages=["yarl"], install_requires=install_requires,