Skip to content

Commit

Permalink
Add docs for multiple maintainers example (#5661)
Browse files Browse the repository at this point in the history
* add docs for multiple maintainers example
  • Loading branch information
gunungpw authored May 28, 2022
1 parent ec89ac4 commit 27034d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/pyproject.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,12 @@ The recommended notation for the most common licenses is (alphabetical):
Optional, but it is highly recommended to supply this.
More identifiers are listed at the [SPDX Open Source License Registry](https://spdx.org/licenses/).

{{% note %}}
If your project is proprietary and does not use a specific licence, you can set this value as `Proprietary`.
{{% /note %}}

```toml
license = "MIT"
```
{{% note %}}
If your project is proprietary and does not use a specific licence, you can set this value as `Proprietary`.
{{% /note %}}

## authors

Expand All @@ -100,7 +99,8 @@ This is a list of maintainers and should be distinct from authors. Maintainers m

```toml
maintainers = [
"Richard Brave <email@example.org>",
"John Smith <johnsmith@example.org>",
"Jane Smith <janesmith@example.org>",
]
```

Expand Down

0 comments on commit 27034d6

Please sign in to comment.