aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2012-11-29 14:32:28 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2012-11-29 14:32:28 +0100
commite501c619cbd38a943f513280250ddd3c031ea253 (patch)
treefa103bafc85d527a5d4574ce4719f0531625cf96 /MANIFEST.in
parentefb70b529f3c04054e4453144155b18a8400281b (diff)
downloadmediagoblin-e501c619cbd38a943f513280250ddd3c031ea253.tar.lz
mediagoblin-e501c619cbd38a943f513280250ddd3c031ea253.tar.xz
mediagoblin-e501c619cbd38a943f513280250ddd3c031ea253.zip
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 <Sebastian@SSpaeth.de>
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
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