[MANIFEST.in] add Test/*.py to sdist; adjust paths to testdata
This commit is contained in:
parent
e1d340cc65
commit
a01fc22fbc
15
MANIFEST.in
15
MANIFEST.in
@ -12,10 +12,11 @@ include run-tests.sh
|
|||||||
|
|
||||||
recursive-include Doc/man/man1 *.1
|
recursive-include Doc/man/man1 *.1
|
||||||
|
|
||||||
recursive-include Lib/fontTools testdata/*.ttx testdata/*.otx testdata/*.fea
|
recursive-include Tests *.py
|
||||||
recursive-include Lib/fontTools testdata/*.feax
|
recursive-include Tests testdata/*.ttx testdata/*.otx testdata/*.fea
|
||||||
recursive-include Lib/fontTools testdata/*.txt testdata/*.ttx.*
|
recursive-include Tests testdata/*.feax
|
||||||
recursive-include Lib/fontTools testdata/mti/*.txt testdata/mti/*.ttx.*
|
recursive-include Tests testdata/*.txt testdata/*.ttx.*
|
||||||
recursive-include Lib/fontTools testdata/mti/*.ttx testdata/mti/README
|
recursive-include Tests testdata/mti/*.txt testdata/mti/*.ttx.*
|
||||||
recursive-include Lib/fontTools testdata/*.lwfn testdata/*.pfa testdata/*.pfb
|
recursive-include Tests testdata/mti/*.ttx testdata/mti/README
|
||||||
recursive-include Lib/fontTools testdata/*.xml testdata/*.designspace testdata/*.bin
|
recursive-include Tests testdata/*.lwfn testdata/*.pfa testdata/*.pfb
|
||||||
|
recursive-include Tests testdata/*.xml testdata/*.designspace testdata/*.bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user