Paul's Programming Notes PostsRSSGithub

Python - setup.py project_urls

I saw the attrs project has a link to their changelog on pypi: The attrs project page on PyPI, its Project links sidebar listing Homepage, Changelog, Source Code and more

It turns out that’s controlled by the project_urls section of the setup.py.

More details: Python Docs