Skip to content

Commit

Permalink
Add maintainers field
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Oct 15, 2023
1 parent 956dfc9 commit 71848d7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ build-backend = "setuptools.build_meta"
[project]
name = "pylint-pytest"
version = "1.1.2"
authors = [
{name = "Reverb Chu", email = "[email protected]"}
authors = [
{name = "Reverb Chu", email = "[email protected]"},
]
maintainers = [
{name = "Stavros Ntentos", email = "[email protected]"},
{name = "Pierre Sassoulas", email = "[email protected]"},
]
description = "A Pylint plugin to suppress pytest-related false positives."
readme = "README.md"
Expand Down

0 comments on commit 71848d7

Please sign in to comment.