update setup.py

This commit is contained in:
Adrien Beudin 2016-04-18 14:32:33 +02:00
parent de2b7433a8
commit e3515126de

View File

@ -29,6 +29,6 @@ setup(name='prosopopee',
keywords='',
include_package_data=True,
package_data={
'prosopopee': ['themes/*/*/*/*', 'themes/*/templates/*.html', 'themes/*/templates/section/*.html'],
'prosopopee': ['themes/*/*/*/*', 'themes/*/templates/*.html', 'themes/*/templates/feed.xml', 'themes/*/templates/section/*.html'],
},
)