]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
chore: add Marcelo Trylesinski as maintainer (#3008)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sat, 13 Sep 2025 07:09:36 +0000 (09:09 +0200)
committerGitHub <noreply@github.com>
Sat, 13 Sep 2025 07:09:36 +0000 (07:09 +0000)
pyproject.toml

index 2af8a4e7ed1006c946033c5c527587f56fb776a4..809912d8f39843e6f93e30b0b134085f28c0b1a6 100644 (file)
@@ -9,7 +9,10 @@ description = "The little ASGI library that shines."
 readme = "README.md"
 license = "BSD-3-Clause"
 requires-python = ">=3.9"
-authors = [{ name = "Tom Christie", email = "tom@tomchristie.com" }]
+authors = [
+    { name = "Tom Christie", email = "tom@tomchristie.com" },
+    { name = "Marcelo Trylesinski", email = "marcelotryle@gmail.com" }
+]
 classifiers = [
     "Development Status :: 3 - Alpha",
     "Environment :: Web Environment",