Skip to content

Commit 83083f2

Browse files
authored
Merge pull request #674 from takluyver/patch-2
Change keywords field to be comma separated
2 parents 47bccfc + e2b5a3b commit 83083f2

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

source/specifications/core-metadata.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,12 +268,19 @@ Keywords
268268

269269
.. versionadded:: 1.0
270270

271-
A list of additional keywords to be used to assist searching
272-
for the distribution in a larger catalog.
271+
A list of additional keywords, separated by commas, to be used to assist
272+
searching for the distribution in a larger catalog.
273273

274274
Example::
275275

276-
Keywords: dog puppy voting election
276+
Keywords: dog,puppy,voting,election
277+
278+
.. note::
279+
280+
The specification previously showed keywords separated by spaces,
281+
but distutils and setuptools implemented it with commas.
282+
These tools have been very widely used for many years, so it was
283+
easier to update the specification to match the de facto standard.
277284

278285
.. _home-page-optional:
279286

0 commit comments

Comments
 (0)