From: Alex Brandt Date: Sun, 3 May 2015 14:45:20 +0000 (-0500) Subject: add docs recursively to MANIFEST.in X-Git-Tag: v4.2.0b1~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e4ff358f65fb0a0c107bb4dfa4e7660ece83a00;p=thirdparty%2Ftornado.git 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. --- diff --git a/MANIFEST.in b/MANIFEST.in index 2ef912696..41050ad61 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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