aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-03-15 19:08:09 +0100
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-03-15 19:08:09 +0100
commit685052fc7b8e7c70fc524098e45f0c1052c5eaec (patch)
treec531a6a5ded1da0eb8f75bea48573eef01c23e40 /MANIFEST.in
parentf1cef7a9ffcf92781e8ee81934a1bf985aefdbca (diff)
downloadyoutube-dl-685052fc7b8e7c70fc524098e45f0c1052c5eaec.zip
youtube-dl-685052fc7b8e7c70fc524098e45f0c1052c5eaec.tar.gz
youtube-dl-685052fc7b8e7c70fc524098e45f0c1052c5eaec.tar.bz2
Add initial sphinx docs
With an initial guide for using youtube_dl from python programs.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 8f8af7a..08be9af 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,3 +3,5 @@ include test/*.py
include test/*.json
include youtube-dl.bash-completion
include youtube-dl.1
+recursive-include docs *
+prune docs/_build