From 7de6f0ec2a05242b9e87c0a16a24c68661c4dedb Mon Sep 17 00:00:00 2001 From: David D Lowe Date: Fri, 26 Jun 2026 13:43:53 +0100 Subject: [PATCH] Add more URLs to project metadata (Changelog, Issues, Sponsor) These URLs will be given special icons on the PyPI.org website. See https://docs.pypi.org/project_metadata/ --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e7a1e015e0..06d18464c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,8 +47,11 @@ classifiers = [ ] [project.urls] +Changelog = "https://requests.readthedocs.io/en/latest/community/updates/#release-history" Documentation = "https://requests.readthedocs.io" +Issues = "https://github.com/psf/requests/issues" Source = "https://github.com/psf/requests" +Sponsor = "https://www.python.org/psf/sponsorship/" [project.optional-dependencies] security = []