MANIFEST.in: use correct glob pattern to only include files under 'testdata' subfolders

This commit is contained in:
Cosimo Lupo 2016-08-19 14:38:24 +01:00
parent 5f94d8b2df
commit 3cbc97885f

View File

@ -9,6 +9,6 @@ include Lib/fontTools/ttLib/tables/table_API_readme.txt
include *requirements.txt include *requirements.txt
include tox.ini include tox.ini
recursive-include Lib/fontTools *testdata/*.ttx *testdata/*.otx *testdata/*.fea 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/*.lwfn testdata/*.pfa testdata/*.pfb
recursive-include Lib/fontTools *testdata/*.xml *testdata/*.designspace recursive-include Lib/fontTools testdata/*.xml testdata/*.designspace