X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=blobdiff_plain;f=setup.py;h=cf6b92b0f7e61b504dfdc16b6b04568fd073982b;hp=03e7b358e4ec1b4800e06f6796e386a808b67891;hb=56d1912f1d8b886ef0355565e2a4e24560d8a7a6;hpb=eb3bd7ba8db8a31f5262d2d8f335700d1664a1bf 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']) ]