setup.py: add missing files (#7019)

This commit is contained in:
Thomas NOËL 2015-04-22 18:51:55 +02:00
parent 929c40d7d5
commit 721a719fac
1 changed files with 2 additions and 1 deletions

View File

@ -124,7 +124,8 @@ setup(
data_files = data_tree('share/wcs/web/', 'data/web/') + \
data_tree('share/wcs/themes/', 'data/themes/') + \
data_tree('share/wcs/vendor/', 'data/vendor/') + \
data_tree('share/wcs/qommon/', 'wcs/qommon/static/')
data_tree('share/wcs/qommon/', 'wcs/qommon/static/') +
[('share/wcs/', ['data/webbots', 'data/print-html-as-pdf.js'])]
)
if local_cfg: