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