From: Sebastian Spaeth Date: Thu, 29 Nov 2012 13:32:28 +0000 (+0100) Subject: Also package webfinger.xml X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e501c619cbd38a943f513280250ddd3c031ea253;p=mediagoblin.git Also package webfinger.xml MANIFEST.in did not include *.xml for our templates, so the webfinger template files got left out of our packaging with e.g. "setup.py install". Fixed. Signed-off-by: Sebastian Spaeth --- diff --git a/MANIFEST.in b/MANIFEST.in index 9300c698..c3d3edb5 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -recursive-include mediagoblin/templates *.html *.txt +recursive-include mediagoblin/templates *.html *.txt *.xml recursive-include mediagoblin/static *.js *.css *.png *.svg *.ico recursive-include mediagoblin/tests *.ini recursive-include docs *.rst *.html