From 73d3c82bc23ebad2e1e7e1afc9f16d722dd0a4ba Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Fri, 11 Feb 2011 17:52:12 -0800 Subject: [PATCH] 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. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index c7a51e40..9128f9e9 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