2 Apr
2009
2 Apr
'09
1:50 p.m.
On Thu, Apr 2, 2009 at 9:37 AM, Zvezdan Petkovic <zvezdan@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