Browse Source

Fix schema.json MANIFEST.in entry

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

Signed-off-by: Luiz Geron <[email protected]>
Luiz Geron 10 years ago
parent
commit
1fcacae1fe
1 changed files with 1 additions and 1 deletions
  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 compose/config/schema.json
+include compose/config/*.json
 recursive-include contrib/completion *
 recursive-include tests *
 global-exclude *.pyc