diff --git a/loopy.spec b/loopy.spec index db301a748bd22e92601af7dcd9aec64c3c20a983..ec420760abd4d43f16771d4745be6fd43f3cabb3 100644 --- a/loopy.spec +++ b/loopy.spec @@ -1,6 +1,5 @@ # -*- mode: python -*- -block_cipher = None single_file = True @@ -9,10 +8,9 @@ a = Analysis(['bin/loopy'], hiddenimports=[], hookspath=None, runtime_hooks=None, - excludes=["hedge", "meshpy", "pyopencl", "pycparser", "PIL"], - cipher=block_cipher) -pyz = PYZ(a.pure, - cipher=block_cipher) + excludes=["hedge", "meshpy", "pyopencl", "pycparser", "PIL"] + ) +pyz = PYZ(a.pure) if single_file: exe = EXE(pyz,