Skip to content

Commit b405d3f

Browse files
committed
add maintainers to pyproject
1 parent 925f057 commit b405d3f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ version = "0.0.9"
88
description = "Python implementation of jbenet's multiaddr"
99
readme = "README.rst"
1010
authors = [{ name = "Steven Buss", email = "[email protected]" }]
11+
maintainers = [
12+
{ name = "pacrob", email = "[email protected]" },
13+
{ name = "acul71" },
14+
{ name = "Manu Sheel Gupta", email = "[email protected]" },
15+
]
1116
license = { text = "MIT License" }
1217
keywords = ["multiaddr"]
1318
classifiers = [

0 commit comments

Comments
 (0)