We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1721d3e commit ae91f64Copy full SHA for ae91f64
pyproject.toml
@@ -8,6 +8,11 @@ version = "0.0.9"
8
description = "Python implementation of jbenet's multiaddr"
9
readme = "README.rst"
10
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
+]
16
license = { text = "MIT License" }
17
keywords = ["multiaddr"]
18
classifiers = [
0 commit comments