summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorLuiz Geron <luiz@geron.me>2015-09-11 19:06:08 -0300
committerLuiz Geron <luiz@geron.me>2015-09-11 19:14:51 -0300
commit1fcacae1fe381331a324399332bdb8b0fa926a1a (patch)
tree723d406fe48fad459a36f89ab4308bb3cd014cb2 /MANIFEST.in
parente9871b084e65001aa3d260fea18263018491568d (diff)
Fix schema.json MANIFEST.in entry
docker-compose up doesn't run after install without this. Signed-off-by: Luiz Geron <luiz@geron.me>
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 7d48d347..43ae06d3 100644
--- a/MANIFEST.in
+++ b/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