about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-09-14 14:07:33 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-09-14 14:07:33 +0200
commit56d1912f1d8b886ef0355565e2a4e24560d8a7a6 (patch)
tree5ee6db4936e8d899f830948af616837f4fbd7344 /setup.py
parenteb3bd7ba8db8a31f5262d2d8f335700d1664a1bf (diff)
downloadyoutube-dl-56d1912f1d8b886ef0355565e2a4e24560d8a7a6.tar.gz
youtube-dl-56d1912f1d8b886ef0355565e2a4e24560d8a7a6.tar.xz
youtube-dl-56d1912f1d8b886ef0355565e2a4e24560d8a7a6.zip
Add a completion script generator for the fish shell
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 03e7b358e..cf6b92b0f 100644
--- a/setup.py
+++ b/setup.py
@@ -48,6 +48,7 @@ if len(sys.argv) >= 2 and sys.argv[1] == 'py2exe':
 else:
     files_spec = [
         ('etc/bash_completion.d', ['youtube-dl.bash-completion']),
+        ('etc/fish/completions', ['youtube-dl.fish']),
         ('share/doc/youtube_dl', ['README.txt']),
         ('share/man/man1', ['youtube-dl.1'])
     ]