Skip to content

Commit

Permalink
Added Pierre to maintainers list
Browse files Browse the repository at this point in the history
  • Loading branch information
carlio committed Aug 28, 2021
1 parent fa8a61a commit 1c859c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ Contributors
* Steven Myint ([@myint](https://github.com/myint))
* Sushobhit ([@sushobhit27](https://github.com/sushobhit27))
* Yaroslav Kurlaev ([@ykurlaev](https://github.com/ykurlaev))
* Pierre Sassoulas ([@Pierre-Sassoulas](https://github.com/Pierre-Sassoulas))
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ version = "1.5.0.dev2"
description = ""
authors = ["Carl Crowder <git@carlcrowder.com>"]
maintainers = ["Carl Crowder <git@carlcrowder.com>",
"Carlos Coelho <carlospecter@gmail.com>"]
"Carlos Coelho <carlospecter@gmail.com>",
"Pierre Sassoulas <pierre.sassoulas@gmail.com>"]
readme = "README.rst"
homepage = "http://prospector.readthedocs.io"
repository = "https://github.com/prospector"
Expand Down Expand Up @@ -57,6 +58,7 @@ frosted = {version = "^1.4.1", optional = true}
vulture = {version = "^1.5", optional = true}
mypy = {version = "^0.910", optional = true}
pyroma = {version = "~2.4", optional = true}
toml = "^0.10.2"

[tool.poetry.extras]
with_bandit = ["bandit"]
Expand Down

0 comments on commit 1c859c1

Please sign in to comment.