Skip to content

Commit b311b39

Browse files
committed
build(pyproject.toml): add maintainers
1 parent a88ecd9 commit b311b39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name = "commitizen"
33
version = "4.1.1"
44
description = "Python commitizen client tool"
55
authors = [{ name = "Santiago Fraire", email = "santiwilly@gmail.com" }]
6+
maintainers = [
7+
{ name = "Wei Lee", email = "weilee.rx@gmail.com" },
8+
{ name = " Axel H.", email = "noirbizarre@gmail.com" },
9+
]
610
license = { text = "LICENSE" }
711
readme = "docs/README.md"
812
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)