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>
This commit is contained in:
parent
efb70b529f
commit
e501c619cb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user