MANIFEST.in: use correct glob pattern to only include files under 'testdata' subfolders
This commit is contained in:
parent
5f94d8b2df
commit
3cbc97885f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user