From 839ca415919cd6d91450965fbf9d2659baf4a0b5 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 26 Dec 2009 23:26:51 +0000 Subject: [PATCH] include jpg in recursive doc --- MANIFEST.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index c7913cd136..ec5cb7f6f0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -recursive-include doc *.html *.css *.txt *.js -prune doc/build/output \ No newline at end of file +recursive-include doc *.html *.css *.txt *.js *.jpg +prune doc/build/output -- 2.47.2