44 lines
1.1 KiB
Plaintext
44 lines
1.1 KiB
Plaintext
include README.rst
|
|
include LICENSE
|
|
include LICENSE.external
|
|
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 mypy.ini
|
|
|
|
recursive-include Lib/fontTools py.typed
|
|
|
|
include .appveyor.yml
|
|
include .codecov.yml
|
|
include .coveragerc
|
|
include .travis.yml
|
|
recursive-include .travis *.sh
|
|
|
|
recursive-include Icons *.png *.pdf
|
|
|
|
include Doc/Makefile
|
|
include Doc/make.bat
|
|
include Doc/docs-requirements.txt
|
|
include Doc/README.md
|
|
include Doc/source/assets/img/favicon.ico
|
|
recursive-include Doc/man/man1 *.1
|
|
recursive-include Doc/source *.py *.rst
|
|
|
|
recursive-include Tests *.py *.ttx *.otx *.fea *.feax
|
|
recursive-include Tests *.ttc *.ttf *.dfont *.woff *.woff2
|
|
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
|
|
recursive-include Tests *.afm
|
|
recursive-include Tests *.json
|
|
recursive-include Tests *.ufoz
|