summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorsait-linaro <niyas.sait@linaro.org>2021-09-28 16:08:59 +0100
committersait-linaro <niyas.sait@linaro.org>2021-09-28 16:08:59 +0100
commit07237753ae045c4dd7bc90ef769a092c582dac64 (patch)
treec2ee3d92fd7c3aa6e5e888fa52d6aa121be1861b /MANIFEST.in
parent4d7e8223ff1059ec5ba363b97d521d80b64dd182 (diff)
downloadcffi-07237753ae045c4dd7bc90ef769a092c582dac64.tar.gz
update MANIFEST.in to include missing ffi.libfix_missing_ffi_lib
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index e9fdd6a..b8ca2e0 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -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