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`
29 lines
692 B
Plaintext
29 lines
692 B
Plaintext
include README.rst
|
|
include LICENSE
|
|
include NEWS.rst
|
|
include Makefile
|
|
include fonttools
|
|
include Snippets/*.py
|
|
include Snippets/README.md
|
|
include MetaTools/*.py
|
|
include Lib/fontTools/ttLib/tables/table_API_readme.txt
|
|
|
|
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 *.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
|