From f40f8e75a3927b3d3a2ff0768fb74ca24d721932 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Wed, 3 May 2023 12:46:28 -0400 Subject: [PATCH] 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 --- MANIFEST.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index d99e4bb9..b99a2e2c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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