From: Jaime Marquínez Ferrándiz Date: Thu, 3 Apr 2014 11:26:27 +0000 (+0200) Subject: MANIFEST.in: Only list the files from the docs folder that will be included (closes... X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=14cb4979f0215dcdb08c036f6529c4cecea2ffdf 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. --- 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