Browse Source

Merge pull request #2035 from geron/patch-1

Fix schema.json MANIFEST.in entry
Aanand Prasad 10 years ago
parent
commit
1ed13f401f
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