Przeglądaj źródła

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 lat temu
rodzic
commit
ef44c46c72
1 zmienionych plików z 1 dodań i 1 usunięć
  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