fix tag when not an mp3 file

This commit is contained in:
flyingrub
2014-11-16 18:00:41 +01:00
parent 5d8c875b51
commit ee0febc6ed
2 changed files with 35 additions and 31 deletions

View File

@@ -30,7 +30,7 @@ setup(
],
data_files=[
(os.path.join(os.path.expanduser('~'), '.config/scdl'), ['config/scdl.cfg'])
(os.path.join(os.path.expanduser('~'), '.config/scdl/sample_scdl.cfg'), ['config/scdl.cfg'])
],
include_package_data=True,