diff --git a/setup.py b/setup.py index 7fea9d0..8953b67 100644 --- a/setup.py +++ b/setup.py @@ -31,4 +31,5 @@ setup( license='LICENSE', description='Send file to trash natively under Mac OS X, Windows and Linux.', long_description=open('README').read(), + zip_safe=False, ) \ No newline at end of file