From 8b00632dd6659b9b3c3f792564a81c7b47e0da2c Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Wed, 7 Apr 2010 16:25:01 +0100 Subject: [PATCH] Set zip_safe to False, as it causes problems when creating executables for Windows of apps using it. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 8b38ad0..0644201 100644 --- a/setup.py +++ b/setup.py @@ -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, ) \ No newline at end of file