fonttools/MANIFEST.in
Cosimo Lupo 5f94d8b2df MANIFEST.in: include all the files that should be included in source dist
One notable absence was README.md... :)

For the testdata/*, I now use `include_package_data=True` in setup.py, to automatically install any data files found inside package directories that are also specified in MANIFEST.in file.

I also include the Snippets, which I think should belong to the source distribution, despite not being installed as console scripts like ttx, etc.

The MANIFEST.in does not need to include itself (done by default).
2016-08-19 14:21:33 +01:00

15 lines
452 B
Plaintext

include README.md
include LICENSE
include NEWS
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
recursive-include Lib/fontTools *testdata/*.ttx *testdata/*.otx *testdata/*.fea
recursive-include Lib/fontTools *testdata/*.lwfn *testdata/*.pfa *testdata/*.pfb
recursive-include Lib/fontTools *testdata/*.xml *testdata/*.designspace