20 May
2009
20 May
'09
5:06 p.m.
Martijn Faassen wrote:
It might actually be the best to move these ZCML directives *down* into zope.component. That won't affect the dependencies of zope.component at all in fact; the [zcml] dependencies of zope.component already need all the dependencies that zope.app.component's view and resource directives implement.
I see that zope.component now relies fairly heavily on the setuptools "extras_require", which makes the proposed move possible. At what point did we decide extras_require is good? Just curious. Shane