Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
setup.py is not installing ZSH completion #9231
Comments
|
Pull request here: |
|
I'm happy to submit a new PR. The only question I think I have is about renaming vs copying the file: @yan12125 By the time
What do you think? |
|
Friendly ping for @dstftw regarding the question above. |
|
@dstftw I would like to implement this, I just want to know which of the above approaches would be most welcome. |
BASH and FISH are installed ok:
youtube-dl/setup.py
Lines 50 to 51 in 1b6182d
but ZSH is installed only via Makefile:
youtube-dl/Makefile
Lines 24 to 25 in 1b6182d
Could you please install ZSH completion via
setup.pyas well?