X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=setup.py;h=5a0d084cce667d25e5ca35fe8d492a92f50ac5ab;hb=27f8b0994e9924724c974f46435552d401f5fc08;hp=03e7b358e4ec1b4800e06f6796e386a808b67891;hpb=96d7b8873ad47c1f52193e84fc6f8cfe12891aa7;p=youtube-dl diff --git a/setup.py b/setup.py index 03e7b358e..5a0d084cc 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,6 @@ from __future__ import print_function import os.path -import pkg_resources import warnings import sys @@ -48,6 +47,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']) ]