At 02:50 PM 4/27/2006 +0200, Christopher Lenz wrote: >Obviously the space between the module and the extras spec is messing >up the parsing somehow, so I remove the space. Now, this works *only >the first time* (i.e. before the entry_points.txt file) gets written >out. Apparently setuptools also puts a space between the module name >and the extras :-P > >Using setuptools 0.6a10... couldn't find anything related in the >check-in messages. > >Am I missing something obvious here? Or isn't anyone actually using >that particular feature yet?
The parse tests didn't include the case of "modulename [extras]", only "modulename:attrs [extras]". I've fixed the tests and the code now in both the 0.7 trunk and the 0.6 stable branch. Thanks for the bug report! _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
