From 71848d74ba883086fbd42e499d75ac17637de7e0 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sun, 15 Oct 2023 11:56:08 +0200 Subject: [PATCH] Add maintainers field --- pyproject.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ab27c10..976acde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,8 +5,12 @@ build-backend = "setuptools.build_meta" [project] name = "pylint-pytest" version = "1.1.2" -authors = [ - {name = "Reverb Chu", email = "pylint-pytest@reverbc.tw"} +authors = [ + {name = "Reverb Chu", email = "pylint-pytest@reverbc.tw"}, +] +maintainers = [ + {name = "Stavros Ntentos", email = "133706+stdedos@users.noreply.github.com"}, + {name = "Pierre Sassoulas", email = "pierre.sassoulas@gmail.com"}, ] description = "A Pylint plugin to suppress pytest-related false positives." readme = "README.md"