Re: [Zope] Preferred non-Products Initialization Approach?

2011-01-27 Thread Jeff Rush
On 01/27/2011 06:34 AM, Jeff Rush wrote: > In my reading I can see there are two ways to initialize a Product that > is not sitting in the Products directory: > > 1. use ZCML with the five:registerPackage directive > > 2. declare in setup.py a "zope2.products" entrypoint > > Which is the preferr

[Zope] Preferred non-Products Initialization Approach?

2011-01-27 Thread Jeff Rush
In my reading I can see there are two ways to initialize a Product that is not sitting in the Products directory: 1. use ZCML with the five:registerPackage directive 2. declare in setup.py a "zope2.products" entrypoint Which is the preferred way these days? Is there a subtle difference? In par