Mark the generated egg as non-zip-safe.
This commit is contained in:
parent
5df4b0c4f8
commit
777eaffbad
1 changed files with 3 additions and 0 deletions
3
setup.py
3
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,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue