On Mon, Feb 4, 2013 at 3:38 AM, Donald Stufft <[email protected]> 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 | [email protected] | Brisbane, Australia _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
