Skip to content

Commit

Permalink
setup: Include tox.ini in sdist
Browse files Browse the repository at this point in the history
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 tornadoweb#3253
  • Loading branch information
bdarnell committed May 3, 2023
1 parent c11a6ee commit f40f8e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit f40f8e7

Please sign in to comment.