From: Jon Parise Date: Sat, 12 Feb 2011 01:52:12 +0000 (-0800) Subject: Removing the *.png pattern for the 'demos' line. X-Git-Tag: v1.2.0~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73d3c82bc23ebad2e1e7e1afc9f16d722dd0a4ba;p=thirdparty%2Ftornado.git Removing the *.png pattern for the 'demos' line. Because there aren't any .png files in the 'demos' hierarchy, this was causing a warning when the 'egg_info' setup command was run. --- diff --git a/MANIFEST.in b/MANIFEST.in index c7a51e409..9128f9e9f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -recursive-include demos *.py *.yaml *.html *.css *.png *.js *.xml *.sql README +recursive-include demos *.py *.yaml *.html *.css *.js *.xml *.sql README include tornado/epoll.c