[fix] no file in those dirs

This commit is contained in:
Laurent Peuch 2016-02-23 07:04:33 +01:00
parent 871822bf7e
commit 0f8cd3a28f

View File

@ -29,6 +29,6 @@ setup(name='prosopopee',
keywords='', keywords='',
include_package_data=True, include_package_data=True,
package_data={ package_data={
'prosopopee': ["themes/*/*", "themes/*/*/*", "themes/*/*/*/*"], 'prosopopee': ["themes/*/*/*", "themes/*/*/*/*"],
}, },
) )