From 8a0172a562f65d72d03fb7bffc3d205b6220afd4 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Fri, 14 Oct 2016 15:48:38 +0100 Subject: [PATCH] [MANIFEST.in] add testdata/*.bin I had forgotten to add the testdata/C_F_F_.bin file to the manifest. This means the --pyargs option from c117927 is working as expected! :) Fixes https://ci.appveyor.com/project/fonttools/fonttools/build/1.0.81/job/ktx2c62c6yug38wk#L1089 --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index da874b55e..d8cb1b264 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -13,7 +13,7 @@ include run-tests.sh recursive-include Lib/fontTools testdata/*.ttx testdata/*.otx testdata/*.fea recursive-include Lib/fontTools testdata/*.lwfn testdata/*.pfa testdata/*.pfb -recursive-include Lib/fontTools testdata/*.xml testdata/*.designspace +recursive-include Lib/fontTools testdata/*.xml testdata/*.designspace testdata/*.bin include versioneer.py include Lib/fontTools/_version.py