From 55b0cbd045269a28a3f1b18f32ae3cb47226ab65 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Thu, 29 Sep 2022 17:10:51 +0200 Subject: [PATCH] Add project URLs to `pyproject.toml` (#1875) --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f528dda9..02cbb30d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,10 @@ full = [ [project.urls] Homepage = "https://github.com/encode/starlette" +Documentation = "https://www.starlette.io/" +Changelog = "https://www.starlette.io/release-notes/" +Funding = "https://github.com/sponsors/encode" +Source = "https://github.com/encode/starlette" [tool.hatch.version] path = "starlette/__init__.py" -- 2.47.3