aboutsummaryrefslogtreecommitdiff
path: root/music_sampler.spec
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-07-27 22:15:25 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-07-27 23:08:57 +0200
commit6ebe62478a49df22c55ef6a2b1200473500a7f80 (patch)
tree20541528abe9df35592347ade1e15c005644bf58 /music_sampler.spec
parent63ba5a8dc2aa4ec3e6f203b0ba4db249ecf0b00e (diff)
downloadMusicSampler-6ebe62478a49df22c55ef6a2b1200473500a7f80.tar.gz
MusicSampler-6ebe62478a49df22c55ef6a2b1200473500a7f80.tar.zst
MusicSampler-6ebe62478a49df22c55ef6a2b1200473500a7f80.zip
Use pip setup file1.0.0
Diffstat (limited to 'music_sampler.spec')
-rw-r--r--music_sampler.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/music_sampler.spec b/music_sampler.spec
index 3794397..791cd68 100644
--- a/music_sampler.spec
+++ b/music_sampler.spec
@@ -28,11 +28,11 @@ pyinstaller_file.write(commit_message)
28pyinstaller_file.close() 28pyinstaller_file.close()
29 29
30data = [ 30data = [
31 ('music_sampler.kv', '.'), 31 ('music_sampler/music_sampler.kv', '.'),
32 ('.pyinstaller_commit', '.') 32 ('.pyinstaller_commit', '.')
33] 33]
34 34
35a = Analysis(['music_sampler.py'], 35a = Analysis(['run.py'],
36 binaries=None, 36 binaries=None,
37 datas=data, 37 datas=data,
38 hookspath=hookspath(), 38 hookspath=hookspath(),