projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efb70b5
)
Also package webfinger.xml
author
Sebastian Spaeth
<Sebastian@SSpaeth.de>
Thu, 29 Nov 2012 13:32:28 +0000
(14:32 +0100)
committer
Sebastian Spaeth
<Sebastian@SSpaeth.de>
Thu, 29 Nov 2012 13:32:28 +0000
(14:32 +0100)
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>
MANIFEST.in
patch
|
blob
|
blame
|
history
diff --git
a/MANIFEST.in
b/MANIFEST.in
index 9300c698c61d2c9bc5cf58f68bbe034dbefb5357..c3d3edb5920918e63491cffb4d1e598c7ae8ece9 100644
(file)
--- 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