# HG changeset patch # User Julien Cristau # Date 1401792772 -7200 # Node ID 1fe4bc4a8ac8831a379e9ebea08d75fbb6fc5c2a # Parent 852880ba8b60f53688177358177d4903597c9440 [pkg] Add missing data files to MANIFEST Fonts and svg were missing from web/data. diff -r 852880ba8b60 -r 1fe4bc4a8ac8 MANIFEST.in --- a/MANIFEST.in Tue Jun 03 12:16:20 2014 +0200 +++ b/MANIFEST.in Tue Jun 03 12:52:52 2014 +0200 @@ -10,7 +10,7 @@ recursive-include misc *.py *.png *.display include web/views/*.pt -recursive-include web/data external_resources *.js *.css *.py *.png *.gif *.ico *.ttf +recursive-include web/data external_resources *.js *.css *.py *.png *.gif *.ico *.ttf *.svg *.woff *.eot recursive-include web/wdoc *.rst *.png *.xml ChangeLog* recursive-include devtools/data *.js *.css *.sh