Browse Source

remove zipfile win build

Thomas Buck 3 years ago
parent
commit
3a9b126261
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      dist/setup_win.py

+ 0
- 1
dist/setup_win.py View File

@@ -27,6 +27,5 @@ setup(
27 27
     version=VERSION,
28 28
     windows=[ { "script": "octotray.py" } ],
29 29
     data_files=DATA_FILES,
30
-    zipfile=None,
31 30
     options={ 'py2exe': OPTIONS }
32 31
 )

Loading…
Cancel
Save