Ver código fonte

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 <[email protected]>
Alex Brandt 10 anos atrás
pai
commit
ef44c46c72
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      MANIFEST.in

+ 1 - 1
MANIFEST.in

@@ -4,7 +4,7 @@ include requirements.txt
 include requirements-dev.txt
 include tox.ini
 include *.md
-include contrib/completion/bash/docker-compose
+recursive-include contrib/completion *
 recursive-include tests *
 global-exclude *.pyc
 global-exclude *.pyo