[fix] meh

This commit is contained in:
Laurent Peuch 2016-02-24 14:06:28 +01:00
parent 9a9f75dec5
commit 52f0441ff5

View File

@ -30,6 +30,6 @@ setup(name='prosopopee',
keywords='',
include_package_data=True,
package_data={
'prosopopee': ["%s/*" % x[0].replace("prosopopee/", "", 1) for x in os.walk("prosopopee/themes/") if x[2]],
'prosopopee': ['themes/*/*/*/*', 'themes/*/templates/*.html', 'themes/*/templates/section/*.html'],
},
)