mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-09 19:52:16 +00:00
Added static content to setup.py
This commit is contained in:
parent
c888af2d83
commit
3c2f1651a3
7
setup.py
7
setup.py
@ -27,5 +27,10 @@ setup(name='supysonic',
|
|||||||
packages=['supysonic', 'supysonic.api', 'supysonic.frontend',
|
packages=['supysonic', 'supysonic.api', 'supysonic.frontend',
|
||||||
'supysonic.managers'],
|
'supysonic.managers'],
|
||||||
scripts=['bin/supysonic-cli', 'bin/supysonic-watcher'],
|
scripts=['bin/supysonic-cli', 'bin/supysonic-watcher'],
|
||||||
package_data={'supysonic': ['templates/*.html']}
|
package_data={'supysonic': [
|
||||||
|
'templates/*.html',
|
||||||
|
'static/css/*',
|
||||||
|
'static/fonts/*',
|
||||||
|
'static/js/*'
|
||||||
|
]}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user