소스 검색

add bash completion to sdist

When installing from the source distribution (for packaging or other
purposes), it's convenient to be able to install the bash completion
file as part of that process.
Alex Brandt 10 년 전
부모
커밋
0e30d0085b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      MANIFEST.in

+ 1 - 0
MANIFEST.in

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