Skip to content

Commit 753d584

Browse files
committed
doc(pyproject): split keywords
keywords should be an array of words/phrases, according to <https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#keywords>. Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
1 parent 29087fa commit 753d584

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ classifiers = [
101101
'Topic :: Software Development',
102102
]
103103
# (Optional) Additional keywords used to assist searching.
104-
keywords = ['sample setuptools development']
104+
keywords = ['sample', 'setuptools', 'development']
105105
requires-python = '>=3.10'
106106
dynamic = ['version']
107107
dependencies = [

0 commit comments

Comments
 (0)