Mark the generated egg as non-zip-safe.

This commit is contained in:
Tommi Virtanen 2007-09-03 22:59:36 -07:00
parent 5df4b0c4f8
commit 777eaffbad

View file

@ -53,5 +53,8 @@ arbitrary commands.
# to include things recursively
'gitosis.templates': subdir_contents('gitosis/templates'),
},
# templates need to be a real directory, for git init
zip_safe=False,
)