Commit 575f3944 authored by David Glick's avatar David Glick

properly declare Products as a namespace package

parent 654a012d
...@@ -29,6 +29,7 @@ params = dict(name='Zope2', ...@@ -29,6 +29,7 @@ params = dict(name='Zope2',
file(os.path.join("doc", "CHANGES.rst")).read(), file(os.path.join("doc", "CHANGES.rst")).read(),
packages=find_packages('src'), packages=find_packages('src'),
namespace_packages=['Products'],
package_dir={'': 'src'}, package_dir={'': 'src'},
ext_modules=[ 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