From 8897058715a8eff527001b3e01fbb450b9486638 Mon Sep 17 00:00:00 2001 From: Stanislav Prokop Date: Thu, 30 Aug 2018 06:17:51 +0200 Subject: [PATCH] Added required to authors field in the documentation. --- README.md | 4 ++-- docs/docs/pyproject.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a87e465a98b..d68d5db2b13 100644 --- a/README.md +++ b/README.md @@ -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 `. +This is a list of authors and should contain at least one author. Authors must be in the form `name `. #### readme diff --git a/docs/docs/pyproject.md b/docs/docs/pyproject.md index 13dd36488d0..07eadea2952 100644 --- a/docs/docs/pyproject.md +++ b/docs/docs/pyproject.md @@ -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 `. +This is a list of authors and should contain at least one author. Authors must be in the form `name `. ## readme