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

pull/6/head
Virgil Dupras 14 years ago
parent fa68152b35
commit 8b00632dd6

@ -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,
)
Loading…
Cancel
Save