From 7bb30c8365f5a129600613d986184776ee3a4b32 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 26 Dec 2016 17:58:15 -0500 Subject: [PATCH] [mtiLib] More MANIFEST massaging Should we just include testdata/*? --- MANIFEST.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index a060826ee..aeeb6d8f9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -11,6 +11,7 @@ include *requirements.txt include tox.ini include run-tests.sh -recursive-include Lib/fontTools testdata/*.ttx testdata/*.otx testdata/*.fea testdata/*.txt +recursive-include Lib/fontTools testdata/*.ttx testdata/*.otx testdata/*.fea +recursive-invlude Lib/fontTools testdata/*.txt testdata/*.ttx.* recursive-include Lib/fontTools testdata/*.lwfn testdata/*.pfa testdata/*.pfb recursive-include Lib/fontTools testdata/*.xml testdata/*.designspace testdata/*.bin