diff --git a/pyproject.toml b/pyproject.toml index b1271db8d..7b1205471 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,11 @@ description = "The little ASGI library that shines." readme = "README.md" license = "BSD-3-Clause" requires-python = ">=3.8" -authors = [{ name = "Tom Christie", email = "tom@tomchristie.com" }] +authors = [ + { name = "Tom Christie", email = "tom@tomchristie.com" }, + { name = "Marcelo Trylesinski", email = "marcelotryle@gmail.com" }, + { name = "Adrian Garcia Badaracco", email = "1755071+adriangb@users.noreply.github.com" }, +] classifiers = [ "Development Status :: 3 - Alpha", "Environment :: Web Environment",