commit: 14cb4979f0215dcdb08c036f6529c4cecea2ffdf
parent 69e61e30fef51b44315a78a910f1edf89081faac
Author: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Date: Thu, 3 Apr 2014 13:26:27 +0200
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.
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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