forked from fonttools/fonttools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
34 lines (30 loc) · 888 Bytes
/
MANIFEST.in
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
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 run-tests.sh
include .appveyor.yml
include .codecov.yml
include .coveragerc
include .travis.yml
recursive-include .travis *.sh
include Doc/Makefile
include Doc/make.bat
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