Adds installation of zsh completions from the setup.py file
This commit is contained in:
parent
401d147893
commit
69d490a09d
1
setup.py
1
setup.py
@ -49,6 +49,7 @@ else:
|
|||||||
files_spec = [
|
files_spec = [
|
||||||
('etc/bash_completion.d', ['youtube-dl.bash-completion']),
|
('etc/bash_completion.d', ['youtube-dl.bash-completion']),
|
||||||
('etc/fish/completions', ['youtube-dl.fish']),
|
('etc/fish/completions', ['youtube-dl.fish']),
|
||||||
|
('etc/zsh/completions', ['youtube-dl.zsh']),
|
||||||
('share/doc/youtube_dl', ['README.txt']),
|
('share/doc/youtube_dl', ['README.txt']),
|
||||||
('share/man/man1', ['youtube-dl.1'])
|
('share/man/man1', ['youtube-dl.1'])
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user