From f945a560b4bc1ce1439e0d4ed6ba3e6ba962df96 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 12 Jun 2013 14:03:31 -0400 Subject: [PATCH] Include all images from docs in sdist Include the JPEG images under the docs directory when creating the sdist. Resolves issue #20 Signed-off-by: Doug Hellmann --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 0e970ad..0981f37 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include setup.py -recursive-include docs *.rst *.py *.html *.css *.js *.png *.txt +recursive-include docs *.rst *.py *.html *.css *.js *.png *.txt *.jpg recursive-include tests *.py include tox.ini include LICENSE