We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf788f commit d277c25Copy full SHA for d277c25
1 file changed
pyproject.toml
@@ -9,7 +9,10 @@ description = "The lightning-fast ASGI server."
9
readme = "README.md"
10
license = "BSD-3-Clause"
11
requires-python = ">=3.8"
12
-authors = [{ name = "Tom Christie", email = "tom@tomchristie.com" }]
+authors = [
13
+ { name = "Tom Christie", email = "tom@tomchristie.com" },
14
+ { name = "Marcelo Trylesinski", email = "marcelotryle@gmail.com" }
15
+]
16
classifiers = [
17
"Development Status :: 4 - Beta",
18
"Environment :: Web Environment",
0 commit comments