From c6b19b348d86390135e16ac17e426e5c41202b16 Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Thu, 28 Oct 2021 11:50:35 -0700 Subject: [PATCH] doc: remove incorrect limit specified for keywords Ref: https://www.python.org/dev/peps/pep-0314/#keywords-optional Resovles: #4183 --- README.md | 2 +- docs/pyproject.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a456733b0d..e4ea02d9cad 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ There are some things we can notice here: * It will try to enforce [semantic versioning]() as the best practice in version naming. * You can specify the readme, included and excluded files: no more `MANIFEST.in`. `poetry` will also use VCS ignore files (like `.gitignore`) to populate the `exclude` section. -* Keywords (up to 5) can be specified and will act as tags on the packaging site. +* Keywords can be specified and will act as tags on the packaging site. * The dependencies sections support caret, tilde, wildcard, inequality and multiple requirements. * You must specify the python versions for which your package is compatible. diff --git a/docs/pyproject.md b/docs/pyproject.md index d7e75daa6f8..a0d1c896f41 100644 --- a/docs/pyproject.md +++ b/docs/pyproject.md @@ -87,7 +87,7 @@ An URL to the documentation of the project. **Optional** ## keywords -A list of keywords (max: 5) that the package is related to. **Optional** +A list of keywords that the package is related to. **Optional** ## classifiers