Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -565,9 +565,9 @@ More identifiers are listed at the [SPDX Open Source License Registry](https://w

#### authors

The authors of the package. This is a list of authors and should contain at least one author.
The authors of the package. **Required**

Authors must be in the form `name <email>`.
This is a list of authors and should contain at least one author. Authors must be in the form `name <email>`.

#### readme

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/pyproject.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ More identifiers are listed at the [SPDX Open Source License Registry](https://w

## authors

The authors of the package. This is a list of authors and should contain at least one author.
The authors of the package. **Required**

Authors must be in the form `name <email>`.
This is a list of authors and should contain at least one author. Authors must be in the form `name <email>`.

## readme

Expand Down