aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 31a9c256b2fca36df49f84f285d11b5d1dfae3ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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
include run-tests.sh

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