We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47bccfc + e2b5a3b commit 83083f2Copy full SHA for 83083f2
1 file changed
source/specifications/core-metadata.rst
@@ -268,12 +268,19 @@ Keywords
268
269
.. versionadded:: 1.0
270
271
-A list of additional keywords to be used to assist searching
272
-for the distribution in a larger catalog.
+A list of additional keywords, separated by commas, to be used to assist
+searching for the distribution in a larger catalog.
273
274
Example::
275
276
- Keywords: dog puppy voting election
+ 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.
284
285
.. _home-page-optional:
286
0 commit comments