mirror of https://github.com/docker/compose.git
add all completions to sdist
The zsh completion was recently added but missed from the sdist. This includes all completions that might be added at any point. Signed-off-by: Alex Brandt <alunduil@alunduil.com>
This commit is contained in:
parent
fc32ccefca
commit
ef44c46c72
|
@ -4,7 +4,7 @@ include requirements.txt
|
||||||
include requirements-dev.txt
|
include requirements-dev.txt
|
||||||
include tox.ini
|
include tox.ini
|
||||||
include *.md
|
include *.md
|
||||||
include contrib/completion/bash/docker-compose
|
recursive-include contrib/completion *
|
||||||
recursive-include tests *
|
recursive-include tests *
|
||||||
global-exclude *.pyc
|
global-exclude *.pyc
|
||||||
global-exclude *.pyo
|
global-exclude *.pyo
|
||||||
|
|
Loading…
Reference in New Issue