Skip to content

Commit 2efa20e

Browse files
authored
chore: add maintainers to pyproject.toml (#278)
1 parent d6dbf81 commit 2efa20e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ description = "Cleo allows you to create beautiful and testable command-line int
55
authors = [
66
"Sébastien Eustace <sebastien@eustace.io>"
77
]
8+
maintainers = [
9+
"Branch Vincent <branchevincent@gmail.com>",
10+
"Bartosz Sokorski <b.sokorski@gmail.com>",
11+
]
812
license = "MIT"
913
readme = "README.md"
1014
packages = [

0 commit comments

Comments
 (0)