setup.py: fix data_files

This commit is contained in:
Jérôme Schneider 2013-04-09 11:02:40 +02:00
parent c24c0df8c8
commit 723fbccabf
1 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,6 @@ distutils.core.setup(
data_tree('share/wcs/themes/auquotidien', 'theme') +\
data_tree('share/wcs/themes/', 'data/themes/') + \
data_tree('share/auquotidien/apache-errors', 'apache-errors') +\
data_tree('share/wcs/qommon/auquotidien', 'static/')
data_tree('share/wcs/qommon/auquotidien', 'static/') +\
[('share/wcs/', ('au-quotidien-wcs-settings.xml',))]
)