add back the MANIFEST.in for all the extra files in sdist
We need this as we no longer use setuptools_scm to retrieve the full list of files under version control. Instead, we need to spell them out one by one. Hopefully we don't forget anyone...
This commit is contained in:
parent
36cc2ed249
commit
6df7feb70d
19
MANIFEST.in
Normal file
19
MANIFEST.in
Normal file
@ -0,0 +1,19 @@
|
||||
include README.md
|
||||
include LICENSE
|
||||
include NEWS
|
||||
include Snippets/*.py
|
||||
include Snippets/README.md
|
||||
include Doc/ttx.1
|
||||
include MetaTools/*.py
|
||||
include Lib/fontTools/ttLib/tables/table_API_readme.txt
|
||||
|
||||
include *requirements.txt
|
||||
include tox.ini
|
||||
include run-tests.sh
|
||||
|
||||
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
|
||||
|
||||
include versioneer.py
|
||||
include Lib/fontTools/_version.py
|
Loading…
x
Reference in New Issue
Block a user