update setup.py

This commit is contained in:
Adrien Beudin 2016-02-22 18:56:26 +01:00
parent 3f7d5866b6
commit 310d59cce2

View File

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