From: Ismaƫl Bouya Date: Wed, 15 Jun 2016 07:53:06 +0000 (+0200) Subject: Move files X-Git-Tag: 1.0.0~105 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=532454ebada0ca776e8136450ed8810bc22d210b;p=perso%2FImmae%2FProjets%2FPython%2FMusicSampler.git Move files --- 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,