From 89dd594fed4c455617f3c86d0aaf5c4031b8f1a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Mon, 19 Aug 2013 16:30:35 +0200 Subject: [PATCH] MANIFEST.in: add *.ezt and *.xml for themes --- MANIFEST.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 90b1c4ca5..b116bb5aa 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,7 +6,7 @@ include po/*.po include po/*.pot recursive-include extra/ *.py recursive-include data/web/ *.html *.css *.png -recursive-include data/themes/default/ *.html *.css *.png *.gif *.jpg *.js *.ezt -recursive-include data/themes/alto/ *.html *.css *.png *.gif *.jpg *.js +recursive-include data/themes/default/ *.html *.css *.png *.gif *.jpg *.js *.ezt *.xml +recursive-include data/themes/alto/ *.html *.css *.png *.gif *.jpg *.js *.ezt *.xml recursive-include data/vendor/ *.dat recursive-include wcs/qommon/static/ *.css *.png *.gif *.jpg *.js