Skip to content

Add more URLs to project metadata (Changelog, Issues, Sponsor) - #7543

Open
Flimm wants to merge 1 commit into
psf:mainfrom
Flimm:project_urls
Open

Add more URLs to project metadata (Changelog, Issues, Sponsor)#7543
Flimm wants to merge 1 commit into
psf:mainfrom
Flimm:project_urls

Conversation

@Flimm

@Flimm Flimm commented Jun 26, 2026

Copy link
Copy Markdown

It would be nice if the PyPI page for requests listed the links for the changelog, the issues page, and the sponsoring page. This is useful not only for humans browsing PyPI, but for automated tools using the PyPI API like this:

curl https://pypi.org/pypi/requests/json | jq '.info.project_urls'

These URLs will be given special icons on the PyPI.org website. See https://docs.pypi.org/project_metadata/

I'm writing a tool that automatically compiles a description of changes when upgrading dependencies, based on the changelogs of the dependencies. It looks at the project's metadata to find the URL of the changelog. This pull request adds the missing metadata that would be helpful for such a tool.

These URLs will be given special icons on the PyPI.org website. See
https://docs.pypi.org/project_metadata/
@sigmavirus24 sigmavirus24 added the mass-automation-pr This PR was created from an account spamming large projects with "fixes". label Aug 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

mass-automation-pr This PR was created from an account spamming large projects with "fixes".

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants