aboutsummaryrefslogtreecommitdiff
path: root/music_sampler.spec
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-06-20 23:08:22 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-06-20 23:15:47 +0200
commit9de92b6dd2bd906f6a64fce7c90a6aff0dbb27a2 (patch)
treec654b7691e8bc92bd1726554e0d353604ebb4d71 /music_sampler.spec
parentd479af33afa54fee7c22701c6012a1579ead395f (diff)
downloadMusicSampler-9de92b6dd2bd906f6a64fce7c90a6aff0dbb27a2.tar.gz
MusicSampler-9de92b6dd2bd906f6a64fce7c90a6aff0dbb27a2.tar.zst
MusicSampler-9de92b6dd2bd906f6a64fce7c90a6aff0dbb27a2.zip
Added music name, currently playing musics, pause/unpause
Diffstat (limited to 'music_sampler.spec')
-rw-r--r--music_sampler.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/music_sampler.spec b/music_sampler.spec
index 3c85a2a..a60c546 100644
--- a/music_sampler.spec
+++ b/music_sampler.spec
@@ -4,7 +4,11 @@ block_cipher = None
4 4
5a = Analysis(['music_sampler.py'], 5a = Analysis(['music_sampler.py'],
6 binaries=None, 6 binaries=None,
7 datas=[('config.yml', '.'), ('Ubuntu-Regular.ttf', '.')], 7 datas=[
8 ('config.yml', '.'),
9 ('Ubuntu-Regular.ttf', '.'),
10 ('Symbola.ttf', '.')
11 ],
8 hiddenimports=[ 12 hiddenimports=[
9 'six', 13 'six',
10 'packaging', 14 'packaging',