]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Removing the *.png pattern for the 'demos' line. 218/head
authorJon Parise <jon@booyah.com>
Sat, 12 Feb 2011 01:52:12 +0000 (17:52 -0800)
committerJon Parise <jon@booyah.com>
Sat, 12 Feb 2011 01:53:38 +0000 (17:53 -0800)
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

index c7a51e40946fbc1948b731a935391ff6b49371b8..9128f9e9fee8cc7349fecbb9409157e5946e8bb2 100644 (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