update MANIFEST.in to include missing ffi.lib

This commit is contained in:
sait-linaro 2021-09-28 16:08:59 +01:00
parent 78e3ee481e
commit 54b5c94932
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
recursive-include cffi *.py *.h
recursive-include c *.c *.h *.asm *.py win64.obj
recursive-include c *.c *.h *.asm *.py win64.obj ffi.lib
recursive-include testing *.py *.c *.h
recursive-include doc *.py *.rst Makefile *.bat
recursive-include demo py.cleanup *.py embedding_test.c manual.c