add zsh completion file to pypi files

rename youtube-dl.zsh to _youtube-dl
This commit is contained in:
xxyzz 2021-04-03 15:54:43 +08:00
parent 04d4a3b136
commit c5584ad81f
No known key found for this signature in database
GPG key ID: F796163E6DCFEE9D
4 changed files with 12 additions and 10 deletions

View file

@ -8,7 +8,7 @@ import sys
sys.path.insert(0, dirn(dirn((os.path.abspath(__file__)))))
import youtube_dl
ZSH_COMPLETION_FILE = "youtube-dl.zsh"
ZSH_COMPLETION_FILE = "_youtube-dl"
ZSH_COMPLETION_TEMPLATE = "devscripts/zsh-completion.in"