From 532454ebada0ca776e8136450ed8810bc22d210b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 15 Jun 2016 09:53:06 +0200 Subject: [PATCH] Move files --- helpers.py => helpers/__init__.py | 0 run.py => music_sampler.py | 0 run.spec => music_sampler.spec | 5 ++--- 3 files changed, 2 insertions(+), 3 deletions(-) rename helpers.py => helpers/__init__.py (100%) rename run.py => music_sampler.py (100%) rename run.spec => music_sampler.spec (87%) diff --git a/helpers.py b/helpers/__init__.py similarity index 100% rename from helpers.py rename to helpers/__init__.py diff --git a/run.py b/music_sampler.py similarity index 100% rename from run.py rename to music_sampler.py diff --git a/run.spec b/music_sampler.spec similarity index 87% rename from run.spec rename to music_sampler.spec index ec27125..2f6f04c 100644 --- a/run.spec +++ b/music_sampler.spec @@ -2,8 +2,7 @@ block_cipher = None -a = Analysis(['run.py'], - pathex=['/home/immae/temp/soundplant_alternative'], +a = Analysis(['music_sampler.py'], binaries=None, datas=[('config.yml', '.')], hiddenimports=[ @@ -26,7 +25,7 @@ exe = EXE(pyz, a.binaries, a.zipfiles, a.datas, - name='run', + name='music_sampler', debug=False, strip=False, upx=True, -- 2.41.0