1 include README.rst 2 include LICENSE 3 include LICENSE.external 4 include NEWS.rst 5 include Makefile 6 include fonttools 7 include Snippets/*.py 8 include Snippets/README.md 9 include MetaTools/*.py 10 include Lib/fontTools/ttLib/tables/table_API_readme.txt 11 12 include *requirements.txt 13 include tox.ini 14 include run-tests.sh 15 16 include .appveyor.yml 17 include .codecov.yml 18 include .coveragerc 19 include .travis.yml 20 recursive-include .travis *.sh 21 22 include Doc/Makefile 23 include Doc/make.bat 24 recursive-include Doc/man/man1 *.1 25 recursive-include Doc/source *.py *.rst 26 27 recursive-include Tests *.py *.ttx *.otx *.fea *.feax 28 recursive-include Tests *.ttc *.ttf *.dfont *.woff *.woff2 29 recursive-include Tests *.otf *.ttx.* 30 recursive-include Tests *.glif *.plist 31 recursive-include Tests *.txt README 32 recursive-include Tests *.lwfn *.pfa *.pfb 33 recursive-include Tests *.xml *.designspace *.bin 34 recursive-include Tests *.afm 35