From e216d336b33c1264f6a3d138258c86d480f0bbfc Mon Sep 17 00:00:00 2001 From: Wang Tian Date: Tue, 3 Jun 2025 21:52:37 -0400 Subject: [PATCH] Update pyproject.toml Update the authors name and emails. --- sandbox/pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sandbox/pyproject.toml b/sandbox/pyproject.toml index 8cc349a..7396ea5 100644 --- a/sandbox/pyproject.toml +++ b/sandbox/pyproject.toml @@ -10,11 +10,7 @@ readme = "README.md" requires-python = ">=3.11" license = {text = "MIT"} authors = [ - {name = "Plaid"} -] -maintainers = [ - { name = "Wang Tian", email = "wtian@plaid.com" }, - { name = "Stella Zhang", email = "szhang@plaid.com" }, + {name = "Plaid Inc.", email = "developers@plaid.com" } ] dependencies = [ "httpx",