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