Skip to content

Commit 90f143c

Browse files
pacrobseetadev
andauthored
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 <[email protected]>
1 parent aa7276c commit 90f143c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
[![Build Status](https://img.shields.io/github/actions/workflow/status/libp2p/py-libp2p/tox.yml?branch=main&label=build%20status)](https://github.com/libp2p/py-libp2p/actions/workflows/tox.yml)
1313
[![Docs build](https://readthedocs.org/projects/py-libp2p/badge/?version=latest)](http://py-libp2p.readthedocs.io/en/latest/?badge=latest)
1414

15-
> ⚠️ **Warning:** py-libp2p is an experimental and work-in-progress repo under development. We do not yet recommend using py-libp2p in production environments.
15+
> py-libp2p has moved beyond its experimental roots and is steadily progressing toward production readiness. The core features are stable, and we’re focused on refining performance, expanding protocol support, and ensuring smooth interop with other libp2p implementations. We welcome contributions and real-world usage feedback to help us reach full production maturity.
1616
1717
Read more in the [documentation on ReadTheDocs](https://py-libp2p.readthedocs.io/). [View the release notes](https://py-libp2p.readthedocs.io/en/latest/release_notes.html).
1818

1919
## Maintainers
2020

21-
Currently maintained by [@pacrob](https://github.com/pacrob), [@seetadev](https://github.com/seetadev) and [@dhuseby](https://github.com/dhuseby), looking for assistance!
21+
Currently maintained by [@pacrob](https://github.com/pacrob), [@seetadev](https://github.com/seetadev) and [@dhuseby](https://github.com/dhuseby). Please reach out to us for collaboration or active feedback. If you have questions, feel free to open a new [discussion](https://github.com/libp2p/py-libp2p/discussions). We are also available on the libp2p Discord — join us at #py-libp2p [sub-channel](https://discord.gg/d92MEugb).
2222

2323
## Feature Breakdown
2424

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ readme = "README.md"
1010
requires-python = ">=3.10, <4.0"
1111
license = { text = "MIT AND Apache-2.0" }
1212
keywords = ["libp2p", "p2p"]
13-
authors = [
14-
{ name = "The Ethereum Foundation", email = "[email protected]" },
13+
maintainers = [
14+
{ name = "pacrob", email = "[email protected]" },
15+
{ name = "Manu Sheel Gupta", email = "[email protected]" },
16+
{ name = "Dave Grantham", email = "[email protected]" },
1517
]
1618
dependencies = [
1719
"base58>=1.0.3",

0 commit comments

Comments
 (0)