Skip to content

Commit

Permalink
fix example multiple maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
gunungpw authored May 28, 2022
1 parent 963d02b commit 70b61c3
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions docs/pyproject.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,9 @@ The maintainers of the package. **Optional**
This is a list of maintainers and should be distinct from authors. Maintainers may contain an email and be in the form `name <email>`.

```toml
# Single maintainer
maintainers = [
"Richard Brave <[email protected]>",
]
```

```toml
# Multiple maintainers
maintainers = [
"Richard Brave <[email protected]>",
"Amira Fens <[email protected]>",
"John Smith <[email protected]>",
"Jane Smith <[email protected]>",
]
```

Expand Down

0 comments on commit 70b61c3

Please sign in to comment.