Python - setup.py project_urls
I saw the attrs project has a link to their changelog on pypi: 
It turns out that’s controlled by the project_urls section of the setup.py.
More details: Python Docs
I saw the attrs project has a link to their changelog on pypi: 
It turns out that’s controlled by the project_urls section of the setup.py.
More details: Python Docs