update pyproject.toml with current maintainers (#799)

* replace ethereum author with current maintainers

* use my github handle instead of full name

* replace no-prod warning with current status message

* update maintainers blurb

---------

Co-authored-by: Manu Sheel Gupta <manusheel.edu@gmail.com>
This commit is contained in:
Paul Robinson
2025-08-14 13:13:34 -06:00
committed by GitHub
parent aa7276c863
commit 90f143cd88
2 changed files with 6 additions and 4 deletions

View File

@ -10,8 +10,10 @@ readme = "README.md"
requires-python = ">=3.10, <4.0"
license = { text = "MIT AND Apache-2.0" }
keywords = ["libp2p", "p2p"]
authors = [
{ name = "The Ethereum Foundation", email = "snakecharmers@ethereum.org" },
maintainers = [
{ name = "pacrob", email = "pacrob@protonmail.com" },
{ name = "Manu Sheel Gupta", email = "manu@seeta.in" },
{ name = "Dave Grantham", email = "dave@aviation.community" },
]
dependencies = [
"base58>=1.0.3",