Fix schema.json MANIFEST.in entry

docker-compose up doesn't run after install without this.

Signed-off-by: Luiz Geron <luiz@geron.me>
This commit is contained in:
Luiz Geron 2015-09-11 19:06:08 -03:00
parent e9871b084e
commit 1fcacae1fe
1 changed files with 1 additions and 1 deletions

View File

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