[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
This commit is contained in:
Cosimo Lupo 2016-10-14 15:48:38 +01:00
parent 907af836c0
commit 8a0172a562

View File

@ -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