Skip to content

Commit 8759bfa

Browse files
committed
Update labelme.spec
1 parent 7616da4 commit 8759bfa

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

labelme.spec

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
# vim: ft=python
33

44

5-
block_cipher = None
6-
7-
85
a = Analysis(
96
['labelme/__main__.py'],
107
pathex=['labelme'],
@@ -17,11 +14,8 @@ a = Analysis(
1714
hookspath=[],
1815
runtime_hooks=[],
1916
excludes=['matplotlib'],
20-
win_no_prefer_redirects=False,
21-
win_private_assemblies=False,
22-
cipher=block_cipher,
2317
)
24-
pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher)
18+
pyz = PYZ(a.pure, a.zipped_data)
2519
exe = EXE(
2620
pyz,
2721
a.scripts,

0 commit comments

Comments
 (0)