Also remove the demos directory from sdist. This inclusion was incomplete
and even if it were incomplete I don't think the sdist is a great way to
distribute these demos.
Fixes #3253
-recursive-include demos *.py *.yaml *.html *.css *.js *.xml *.sql README
recursive-include docs *
prune docs/build
include tornado/py.typed
include tornado/test/test.key
include LICENSE
include README.rst
+include requirements.in
+include requirements.txt
include runtests.sh
+include tox.ini