Commit f30ceb14 authored by Jim Fulton's avatar Jim Fulton

Added missing zip_safe flag.

Updated doc.
parent 331de9a4
...@@ -22,5 +22,6 @@ setup( ...@@ -22,5 +22,6 @@ setup(
entry_points = {'zc.buildout': ['default = %s:Egg' % name, entry_points = {'zc.buildout': ['default = %s:Egg' % name,
'custom = %s:Custom' % name, 'custom = %s:Custom' % name,
] ]
}, },
zip_safe=False,
) )
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