add docs recursively to MANIFEST.in

When packaging tornado for Gentoo I found the documentation was not
available in the sdist provided on pypi.  This adds the documentation so
that users can choose to install it locally.
This commit is contained in:
Alex Brandt 2015-05-03 09:45:20 -05:00
parent bb77f2887f
commit 8e4ff358f6
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
recursive-include demos *.py *.yaml *.html *.css *.js *.xml *.sql README
recursive-include docs *
prune docs/build
include tornado/speedups.c
include tornado/test/README
include tornado/test/csv_translations/fr_FR.csv