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:
parent
bb77f2887f
commit
8e4ff358f6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue