{% endif %}
{{ section.text }}
-
diff --git a/prosopopee/themes/exposure/templates/sections/pictures-group.html b/prosopopee/templates/sections/pictures-group.html
similarity index 100%
rename from prosopopee/themes/exposure/templates/sections/pictures-group.html
rename to prosopopee/templates/sections/pictures-group.html
diff --git a/prosopopee/themes/exposure/templates/sections/text.html b/prosopopee/templates/sections/text.html
similarity index 100%
rename from prosopopee/themes/exposure/templates/sections/text.html
rename to prosopopee/templates/sections/text.html
diff --git a/setup.py b/setup.py
index e514bc7..b30e664 100644
--- a/setup.py
+++ b/setup.py
@@ -30,6 +30,6 @@ setup(name='prosopopee',
keywords='',
include_package_data=True,
package_data={
- 'prosopopee': ['themes/*/*/*/*'] + ['themes/*/templates/*.html'] + ['themes/*/templates/section/*.html']
+ 'prosopopee': ["themes/*/*/*/*"] + ["static/%s/*" % x for x in os.listdir("./prosopopee/static/")] + ['templates/*.html', 'templates/sections/*'],
},
)