From bf74e18bb4d9f4c60f68704d97f813cde2870098 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 20 Mar 2010 14:35:03 -0400 Subject: [PATCH] include .pngs --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index b582c4c661..d520be1798 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,7 @@ # any kind of "*" pulls in __init__.pyc files, # so all extensions are explicit. -recursive-include doc *.html *.css *.txt *.js *.jpg *.py Makefile *.rst *.mako *.sty +recursive-include doc *.html *.css *.txt *.js *.jpg *.png *.py Makefile *.rst *.mako *.sty recursive-include examples *.py *.xml recursive-include test *.py *.dat -- 2.47.3