[Zope-dev] [Checkins] SVN: zope.annotation/trunk/setup.py Whitespace fixes
Benji York
benji at zope.com
Thu Apr 2 09:50:42 EDT 2009
On Thu, Apr 2, 2009 at 9:37 AM, Zvezdan Petkovic <zvezdan at zope.com> wrote:
> This would be more consistent, is sorted, and ensures easy addition/
> removal of each line including the first, and the last line in the
> lists.
>
> install_requires=[
> 'setuptools',
> 'zope.component',
> 'zope.interface',
> 'zope.location',
> 'zope.proxy',
> ],
> extras_require=dict(
> test=[
> 'ZODB3',
> 'zope.testing',
> ],
> ),
+1
--
Benji York
Senior Software Engineer
Zope Corporation
More information about the Zope-Dev
mailing list