Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs for multiple maintainers example #5661

Merged
merged 3 commits into from
May 28, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix example multiple maintainer
  • Loading branch information
gunungpw authored May 28, 2022
commit 70b61c3c5b18e377fd1546e41841564666966faa
12 changes: 2 additions & 10 deletions docs/pyproject.md
Original file line number Diff line number Diff line change
@@ -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]>",
]
```