diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-09-14 14:07:33 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-09-14 14:07:33 +0200 |
commit | 56d1912f1d8b886ef0355565e2a4e24560d8a7a6 (patch) | |
tree | 5ee6db4936e8d899f830948af616837f4fbd7344 /MANIFEST.in | |
parent | eb3bd7ba8db8a31f5262d2d8f335700d1664a1bf (diff) |
Add a completion script generator for the fish shell
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index d43cc1f3b..5743f605a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,5 +2,6 @@ include README.md include test/*.py include test/*.json include youtube-dl.bash-completion +include youtube-dl.fish include youtube-dl.1 recursive-include docs Makefile conf.py *.rst |