Set zip_safe to False, as it causes problems when creating executables for Windows of apps using it.

This commit is contained in:
Virgil Dupras 2010-04-07 16:25:01 +01:00
parent fa68152b35
commit 8b00632dd6
1 changed files with 1 additions and 0 deletions

View File

@ -30,4 +30,5 @@ setup(
url='http://hg.hardcoded.net/send2trash/',
license='LICENSE',
description='Send file to trash natively under Mac OS X, Windows and Linux.',
zip_safe=False,
)