fix(pypo): install .liq files from subdirs
This commit is contained in:
parent
42328b9277
commit
7aa95bf204
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ setup(name='airtime-playout',
|
||||||
license='AGPLv3',
|
license='AGPLv3',
|
||||||
packages=['pypo', 'pypo.media', 'pypo.media.update',
|
packages=['pypo', 'pypo.media', 'pypo.media.update',
|
||||||
'liquidsoap'],
|
'liquidsoap'],
|
||||||
package_data={'': ['*.liq', '*.cfg', '*.types']},
|
package_data={'': ['**/*.liq', '*.cfg', '*.types']},
|
||||||
scripts=[
|
scripts=[
|
||||||
'bin/airtime-playout',
|
'bin/airtime-playout',
|
||||||
'bin/airtime-liquidsoap',
|
'bin/airtime-liquidsoap',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue