summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Davis <mrd@redhat.com>2021-10-05 01:57:29 +0000
committerMatt Davis <mrd@redhat.com>2021-10-05 01:57:29 +0000
commit146be2f3da7b83a1091402c518963a5d4fe5df1d (patch)
tree0f043c9613bff567aedfe5d944007a6db09c0f5b
parent7f2c89f63d25b641adf0eaa0d451091bb04e2e40 (diff)
parent07237753ae045c4dd7bc90ef769a092c582dac64 (diff)
downloadcffi-146be2f3da7b83a1091402c518963a5d4fe5df1d.tar.gz
Merge branch 'branch/fix_missing_ffi_lib' into 'branch/release-1.15'
Update MANIFEST.in to include ffi.lib See merge request pypy/cffi!109
-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