From 532454ebada0ca776e8136450ed8810bc22d210b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 15 Jun 2016 09:53:06 +0200 Subject: Move files --- run.spec | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 run.spec (limited to 'run.spec') diff --git a/run.spec b/run.spec deleted file mode 100644 index ec27125..0000000 --- a/run.spec +++ /dev/null @@ -1,33 +0,0 @@ -# -*- mode: python -*- - -block_cipher = None - -a = Analysis(['run.py'], - pathex=['/home/immae/temp/soundplant_alternative'], - binaries=None, - datas=[('config.yml', '.')], - hiddenimports=[ - 'six', - 'packaging', - 'packaging.version', - 'packaging.specifiers', - 'packaging.requirements' - ], - hookspath=[], - runtime_hooks=[], - excludes=[], - win_no_prefer_redirects=False, - win_private_assemblies=False, - cipher=block_cipher) -pyz = PYZ(a.pure, a.zipped_data, - cipher=block_cipher) -exe = EXE(pyz, - a.scripts, - a.binaries, - a.zipfiles, - a.datas, - name='run', - debug=False, - strip=False, - upx=True, - console=True ) -- cgit v1.2.3