Commit 312cf2be authored by David Glick's avatar David Glick

merge r101659 from the 2.12 branch: properly declare Products as a namespace package

parent 00cb9065
......@@ -29,6 +29,7 @@ params = dict(name='Zope2',
file(os.path.join("doc", "CHANGES.rst")).read(),
packages=find_packages('src'),
namespace_packages=['Products'],
package_dir={'': 'src'},
ext_modules=[
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment