]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Add project URLs to `pyproject.toml` (#1875)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Thu, 29 Sep 2022 15:10:51 +0000 (17:10 +0200)
committerGitHub <noreply@github.com>
Thu, 29 Sep 2022 15:10:51 +0000 (17:10 +0200)
pyproject.toml

index f528dda9b3f63505ce4cb17d9c38f9f73b5c9f0b..02cbb30d712a551e4bd95715e2cc96055e371f77 100644 (file)
@@ -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"