aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-04-03 13:26:27 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-04-03 13:26:27 +0200
commit14cb4979f0215dcdb08c036f6529c4cecea2ffdf (patch)
treea60ae63fd1a8171751f6eb81d42568c9ffb5d3f8 /MANIFEST.in
parent69e61e30fef51b44315a78a910f1edf89081faac (diff)
downloadyoutube-dl-14cb4979f0215dcdb08c036f6529c4cecea2ffdf.zip
youtube-dl-14cb4979f0215dcdb08c036f6529c4cecea2ffdf.tar.gz
youtube-dl-14cb4979f0215dcdb08c036f6529c4cecea2ffdf.tar.bz2
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 (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 08be9af..d43cc1f 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