From 8e4ff358f65fb0a0c107bb4dfa4e7660ece83a00 Mon Sep 17 00:00:00 2001 From: Alex Brandt Date: Sun, 3 May 2015 09:45:20 -0500 Subject: [PATCH] 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. --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.2