From 14cb4979f0215dcdb08c036f6529c4cecea2ffdf Mon Sep 17 00:00:00 2001 From: Jaime Marquínez Ferrándiz Date: Thu, 3 Apr 2014 13:26:27 +0200 Subject: MANIFEST.in: Only list the files from the docs folder that will be included (closes #2623) Pruning the _build folder produced the message `no previously-included directories found matching 'docs/_build'` when installing from the source distribution. --- MANIFEST.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 08be9af71..d43cc1f3b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,5 +3,4 @@ include test/*.py include test/*.json include youtube-dl.bash-completion include youtube-dl.1 -recursive-include docs * -prune docs/_build +recursive-include docs Makefile conf.py *.rst -- cgit 1.4.1