[MANIFEST.in] add Test/*.py to sdist; adjust paths to testdata

This commit is contained in:
Cosimo Lupo 2017-01-15 21:57:14 +00:00
parent e1d340cc65
commit a01fc22fbc
No known key found for this signature in database
GPG Key ID: B61AAAD0B53A6419

View File

@ -12,10 +12,11 @@ include run-tests.sh
recursive-include Doc/man/man1 *.1
recursive-include Lib/fontTools testdata/*.ttx testdata/*.otx testdata/*.fea
recursive-include Lib/fontTools testdata/*.feax
recursive-include Lib/fontTools testdata/*.txt testdata/*.ttx.*
recursive-include Lib/fontTools testdata/mti/*.txt testdata/mti/*.ttx.*
recursive-include Lib/fontTools testdata/mti/*.ttx testdata/mti/README
recursive-include Lib/fontTools testdata/*.lwfn testdata/*.pfa testdata/*.pfb
recursive-include Lib/fontTools testdata/*.xml testdata/*.designspace testdata/*.bin
recursive-include Tests *.py
recursive-include Tests testdata/*.ttx testdata/*.otx testdata/*.fea
recursive-include Tests testdata/*.feax
recursive-include Tests testdata/*.txt testdata/*.ttx.*
recursive-include Tests testdata/mti/*.txt testdata/mti/*.ttx.*
recursive-include Tests testdata/mti/*.ttx testdata/mti/README
recursive-include Tests testdata/*.lwfn testdata/*.pfa testdata/*.pfb
recursive-include Tests testdata/*.xml testdata/*.designspace testdata/*.bin