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'], }, )