[MANIFEST.in] add missing files; simplify glob patterns for Tests/ folder

For the Tests/ folder, the next time we add a new type of files, we simply need to add a new glob pattern.

The source distribution is now in sync with the content of the repository as returned by `git ls-files`
This commit is contained in:
Cosimo Lupo 2017-03-03 10:19:53 +00:00
parent 8b3255111c
commit cf4d3ae010
No known key found for this signature in database
GPG Key ID: B61AAAD0B53A6419

View File

@ -1,6 +1,8 @@
include README.rst
include LICENSE
include NEWS.rst
include Makefile
include fonttools
include Snippets/*.py
include Snippets/README.md
include MetaTools/*.py
@ -10,13 +12,17 @@ include *requirements.txt
include tox.ini
include run-tests.sh
include .appveyor.yml
include .codecov.yml
include .coveragerc
include .travis.yml
recursive-include .travis *.sh
recursive-include Doc/man/man1 *.1
recursive-include Tests *.py
recursive-include Tests data/*.ttx data/*.otx data/*.fea
recursive-include Tests data/*.feax
recursive-include Tests data/*.txt data/*.ttx.*
recursive-include Tests data/mti/*.txt data/mti/*.ttx.*
recursive-include Tests data/mti/*.ttx data/mti/README
recursive-include Tests data/*.lwfn data/*.pfa data/*.pfb
recursive-include Tests data/*.xml data/*.designspace data/*.bin
recursive-include Tests *.py *.ttx *.otx *.fea *.feax
recursive-include Tests *.otf *.ttx.*
recursive-include Tests *.glif *.plist
recursive-include Tests *.txt README
recursive-include Tests *.lwfn *.pfa *.pfb
recursive-include Tests *.xml *.designspace *.bin