mirror of
https://github.com/arsenetar/send2trash.git
synced 2025-05-08 09:49:52 +00:00
Set zip_safe to False, as it causes problems when creating executables for Windows of apps using it.
This commit is contained in:
parent
fa68152b35
commit
8b00632dd6
1
setup.py
1
setup.py
@ -30,4 +30,5 @@ setup(
|
|||||||
url='http://hg.hardcoded.net/send2trash/',
|
url='http://hg.hardcoded.net/send2trash/',
|
||||||
license='LICENSE',
|
license='LICENSE',
|
||||||
description='Send file to trash natively under Mac OS X, Windows and Linux.',
|
description='Send file to trash natively under Mac OS X, Windows and Linux.',
|
||||||
|
zip_safe=False,
|
||||||
)
|
)
|
Loading…
x
Reference in New Issue
Block a user