summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorStefano Rivera <stefano@rivera.za.net>2016-01-17 07:46:47 -0800
committerStefano Rivera <stefano@rivera.za.net>2016-01-17 07:46:47 -0800
commit91c55b1abe75f799ac646b30b49738a0476b5f1a (patch)
tree86f6547b450f9d4946a2be16165f1456c6a0851c /MANIFEST.in
parent432b53251c62a8e51040bb25e948c5ddb83559c0 (diff)
downloadcffi-91c55b1abe75f799ac646b30b49738a0476b5f1a.tar.gz
Missing .c and .h files
Required for the new embedding test suite.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index ee9185f..e9fdd6a 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,6 @@
recursive-include cffi *.py *.h
recursive-include c *.c *.h *.asm *.py win64.obj
-recursive-include testing *.py
+recursive-include testing *.py *.c *.h
recursive-include doc *.py *.rst Makefile *.bat
-recursive-include demo py.cleanup *.py manual.c
+recursive-include demo py.cleanup *.py embedding_test.c manual.c
include AUTHORS LICENSE setup.py setup_base.py