From 91c55b1abe75f799ac646b30b49738a0476b5f1a Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sun, 17 Jan 2016 07:46:47 -0800 Subject: Missing .c and .h files Required for the new embedding test suite. --- MANIFEST.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MANIFEST.in') 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 -- cgit v1.2.1