From ba55d3259bc5f1293a19ee67a4f26d4ae3213e2f Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Mon, 2 Jun 2014 12:41:39 +0200 Subject: [PATCH] Update MANIFEST to include all test data --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 4f6786be..1a059991 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,7 +3,7 @@ include setup*.py include MANIFEST.in include *.txt include Makefile -recursive-include skimage *.pyx *.pxd *.pxi *.py *.c *.h *.ini *.md5 +recursive-include skimage *.pyx *.pxd *.pxi *.py *.c *.h *.ini *.md5 *.npy *.txt recursive-include skimage/data * include doc/Makefile