From: Mike Bayer Date: Sat, 20 Mar 2010 18:35:03 +0000 (-0400) Subject: include .pngs X-Git-Tag: rel_0_6beta2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf74e18bb4d9f4c60f68704d97f813cde2870098;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git include .pngs --- 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