From 52f0441ff55195b3723f51a7a5cf828710b87814 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 24 Feb 2016 14:06:28 +0100 Subject: [PATCH] [fix] meh --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1c3b80a..9d792b2 100644 --- a/setup.py +++ b/setup.py @@ -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'], }, )