Commit c6b19b34 by Mariatta Wijaya Committed by GitHub

doc: remove incorrect limit specified for keywords

Ref: https://www.python.org/dev/peps/pep-0314/#keywords-optional 

Resovles: #4183
parent 8fa101cc
...@@ -208,7 +208,7 @@ There are some things we can notice here: ...@@ -208,7 +208,7 @@ There are some things we can notice here:
* It will try to enforce [semantic versioning](<http://semver.org>) as the best practice in version naming. * It will try to enforce [semantic versioning](<http://semver.org>) as the best practice in version naming.
* You can specify the readme, included and excluded files: no more `MANIFEST.in`. * 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. `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. * The dependencies sections support caret, tilde, wildcard, inequality and multiple requirements.
* You must specify the python versions for which your package is compatible. * You must specify the python versions for which your package is compatible.
......
...@@ -87,7 +87,7 @@ An URL to the documentation of the project. **Optional** ...@@ -87,7 +87,7 @@ An URL to the documentation of the project. **Optional**
## keywords ## 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 ## classifiers
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment