diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2012-11-29 14:32:28 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2012-11-29 14:32:28 +0100 |
commit | e501c619cbd38a943f513280250ddd3c031ea253 (patch) | |
tree | fa103bafc85d527a5d4574ce4719f0531625cf96 /MANIFEST.in | |
parent | efb70b529f3c04054e4453144155b18a8400281b (diff) | |
download | mediagoblin-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.in | 2 |
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 |