[Distutils] New draft of PEP 426

Nick Coghlan ncoghlan at gmail.com
Mon Feb 4 14:01:55 CET 2013


On Mon, Feb 4, 2013 at 3:38 AM, Donald Stufft <donald.stufft at gmail.com> wrote:
> On Sunday, February 3, 2013 at 8:32 AM, Nick Coghlan wrote:
>
>
> Keywords (optional)
> -------------------
>
> A list of additional whitespace separated keywords to be used to assist
> searching for the distribution in a larger catalog.
>
> Example::
>
> Keywords: dog puppy voting election
>
> I wonder if it makes sense to make this a multi use field instead of
> a whitespace separated field. It always felt really dirty to me that
> this was essentially a list but wasn't treat as one. Not a requirement
> but just a thought.

Keywords are supposed to be short, and the field name is "Keywords"
rather than "Keyword", so I don't think it's worth the hassle of
changing it. I at least clarified it to be explicitly
whitespace-separated in this version (that was previously implied by
the example, but not stated explicitly).

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Distutils-SIG mailing list