You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
The distutils package writes out the Keywords metadata field in PKG-INFO comma-separated, while the Cheeseshop/PyPI follows the PEP 341 example and seems to expect space separated keywords.
Either this needs clarifying in the PEP or [distutils] or PyPI should be altered to better integrate.
I’ve always thought that distutils using CSV was a Good Thing™, as a keyword is not necessarily one word (e.g. “text processing” or “package management”).
From http://bugs.python.org/issue1294032 :
migrated from https://bitbucket.org/pypa/pypi-metadata-formats/issues/30/clarify-use-of-csv-for-keywords-field
The text was updated successfully, but these errors were encountered: