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:
parent
b7e8930b82
commit
73d3c82bc2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue