On Jan 28, 2008, at 8:28 AM, Fred Drake wrote: > On Jan 28, 2008, at 9:41 AM, zooko wrote: >> And this morning I just noticed the "keywords" field in the >> metadata. Perhaps the setuptools docs could encourage authors of >> setuptools plugins to put the keyword "plugin" into their keywords? > > Another option, for which there's precedent, is to define a > classifier for the setuptools framework, similar to the classifiers > used for the various web frameworks.
Okay, let's call it "Frameworks :: Setuptools Plugin". I just tried to add that classifier to my "darcsver" plugin, but got this result from pypi: Submitting dist/darcsver-1.0.3.tar.gz to http://www.python.org/pypi Upload failed (500): There's been a problem with your request ------------------------------------------------------------------------ --- Error... There's been a problem with your request exceptions.TypeError: unsubscriptable object ------------------------------------------------------------------------ --- Rerunning "./setup.py register" tells me this: Using PyPI login from /Users/wonwinmcbrootles/.pypirc Server response (400): Invalid classifier "Framework :: Setuptools Plugin" Regards, Zooko _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
