Skip to content

Commit 71848d7

Browse files
Add maintainers field
1 parent 956dfc9 commit 71848d7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "pylint-pytest"
77
version = "1.1.2"
8-
authors = [
9-
{name = "Reverb Chu", email = "[email protected]"}
8+
authors = [
9+
{name = "Reverb Chu", email = "[email protected]"},
10+
]
11+
maintainers = [
12+
{name = "Stavros Ntentos", email = "[email protected]"},
13+
{name = "Pierre Sassoulas", email = "[email protected]"},
1014
]
1115
description = "A Pylint plugin to suppress pytest-related false positives."
1216
readme = "README.md"

0 commit comments

Comments
 (0)