From: Marcelo Trylesinski Date: Thu, 29 Sep 2022 15:10:51 +0000 (+0200) Subject: Add project URLs to `pyproject.toml` (#1875) X-Git-Tag: 0.22.0~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=55b0cbd045269a28a3f1b18f32ae3cb47226ab65;p=thirdparty%2Fstarlette.git Add project URLs to `pyproject.toml` (#1875) --- 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"