提交 8759bfa2 编写于 作者: K Kentaro Wada

Update labelme.spec

上级 7616da4c
...@@ -2,9 +2,6 @@ ...@@ -2,9 +2,6 @@
# vim: ft=python # vim: ft=python
block_cipher = None
a = Analysis( a = Analysis(
['labelme/__main__.py'], ['labelme/__main__.py'],
pathex=['labelme'], pathex=['labelme'],
...@@ -17,11 +14,8 @@ a = Analysis( ...@@ -17,11 +14,8 @@ a = Analysis(
hookspath=[], hookspath=[],
runtime_hooks=[], runtime_hooks=[],
excludes=['matplotlib'], excludes=['matplotlib'],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher,
) )
pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher) pyz = PYZ(a.pure, a.zipped_data)
exe = EXE( exe = EXE(
pyz, pyz,
a.scripts, a.scripts,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册