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.
This commit is contained in:
Jon Parise 2011-02-11 17:52:12 -08:00
parent b7e8930b82
commit 73d3c82bc2
1 changed files with 1 additions and 1 deletions

View File

@ -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 include tornado/epoll.c