mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-15 01:23:17 -07:00
add zsh completion file to pypi files
rename youtube-dl.zsh to _youtube-dl
This commit is contained in:
parent
04d4a3b136
commit
c5584ad81f
4 changed files with 12 additions and 10 deletions
1
setup.py
1
setup.py
|
@ -61,6 +61,7 @@ else:
|
|||
files_spec = [
|
||||
('etc/bash_completion.d', ['youtube-dl.bash-completion']),
|
||||
('etc/fish/completions', ['youtube-dl.fish']),
|
||||
('share/zsh/site-functions', ['_youtube-dl'])
|
||||
('share/doc/youtube_dl', ['README.txt']),
|
||||
('share/man/man1', ['youtube-dl.1'])
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue