From 777eaffbadf66ce24ed9f44d08b8fc2c82760b9d Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Mon, 3 Sep 2007 22:59:36 -0700 Subject: Mark the generated egg as non-zip-safe. --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index b862b0b..ddca93b 100755 --- a/setup.py +++ b/setup.py @@ -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, ) -- cgit v1.2.3