From e3515126dee697afc6f46cf330eefc0e54751c70 Mon Sep 17 00:00:00 2001 From: Adrien Beudin Date: Mon, 18 Apr 2016 14:32:33 +0200 Subject: [PATCH] update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 281347e..2e3a358 100644 --- a/setup.py +++ b/setup.py @@ -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'], }, )