From 56d1912f1d8b886ef0355565e2a4e24560d8a7a6 Mon Sep 17 00:00:00 2001 From: Jaime Marquínez Ferrándiz Date: Sun, 14 Sep 2014 14:07:33 +0200 Subject: Add a completion script generator for the fish shell --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') 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']) ] -- cgit 1.4.1