setup: Include tox.ini in sdist

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
This commit is contained in:
Ben Darnell 2023-05-03 12:46:28 -04:00
parent c11a6eef3d
commit f40f8e75a3
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,3 @@
recursive-include demos *.py *.yaml *.html *.css *.js *.xml *.sql README
recursive-include docs *
prune docs/build
include tornado/py.typed
@ -19,4 +18,7 @@ include tornado/test/test.crt
include tornado/test/test.key
include LICENSE
include README.rst
include requirements.in
include requirements.txt
include runtests.sh
include tox.ini