2017-01-18 18:57:08 +00:00
|
|
|
include README.rst
|
2016-10-11 19:09:08 +01:00
|
|
|
include LICENSE
|
2017-11-27 13:52:19 +00:00
|
|
|
include LICENSE.external
|
2017-01-18 18:57:08 +00:00
|
|
|
include NEWS.rst
|
2017-03-03 10:19:53 +00:00
|
|
|
include Makefile
|
|
|
|
include fonttools
|
2016-10-11 19:09:08 +01:00
|
|
|
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
|
2020-12-09 15:21:20 +00:00
|
|
|
include mypy.ini
|
2016-10-11 19:09:08 +01:00
|
|
|
|
2020-09-16 12:03:52 +01:00
|
|
|
recursive-include Lib/fontTools py.typed
|
|
|
|
|
2017-03-03 10:19:53 +00:00
|
|
|
include .appveyor.yml
|
|
|
|
include .codecov.yml
|
|
|
|
include .coveragerc
|
|
|
|
include .travis.yml
|
|
|
|
recursive-include .travis *.sh
|
|
|
|
|
2020-04-28 17:21:58 +01:00
|
|
|
recursive-include Icons *.png *.pdf
|
|
|
|
|
2017-04-25 17:21:22 +01:00
|
|
|
include Doc/Makefile
|
|
|
|
include Doc/make.bat
|
2020-04-20 18:49:35 -04:00
|
|
|
include Doc/docs-requirements.txt
|
|
|
|
include Doc/README.md
|
2020-04-28 17:21:58 +01:00
|
|
|
include Doc/source/assets/img/favicon.ico
|
2017-01-09 18:44:18 +00:00
|
|
|
recursive-include Doc/man/man1 *.1
|
2017-04-25 17:21:22 +01:00
|
|
|
recursive-include Doc/source *.py *.rst
|
2017-01-09 18:44:18 +00:00
|
|
|
|
2017-03-03 10:19:53 +00:00
|
|
|
recursive-include Tests *.py *.ttx *.otx *.fea *.feax
|
2017-05-22 11:53:19 +09:00
|
|
|
recursive-include Tests *.ttc *.ttf *.dfont *.woff *.woff2
|
2017-03-03 10:19:53 +00:00
|
|
|
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
|
2018-01-03 19:20:08 +01:00
|
|
|
recursive-include Tests *.afm
|
2020-12-09 15:20:16 +00:00
|
|
|
recursive-include Tests *.json
|
|
|
|
recursive-include Tests *.ufoz
|