Skip to content

Commit ae91f64

Browse files
committed
add maintainers section to pyproject
1 parent 1721d3e commit ae91f64

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 = "steven.buss@gmail.com" }]
11+
maintainers = [
12+
{ name = "pacrob", email = "pacrob@protonmail.com" },
13+
{ name = "acul71" },
14+
{ name = "Manu Sheel Gupta", email = "manu@seeta.in" },
15+
]
1116
license = { text = "MIT License" }
1217
keywords = ["multiaddr"]
1318
classifiers = [

0 commit comments

Comments
 (0)