diff options
author | Ivan Shapovalov <intelfx100@gmail.com> | 2015-06-13 11:08:49 +0300 |
---|---|---|
committer | Ivan Shapovalov <intelfx100@gmail.com> | 2015-06-13 11:08:49 +0300 |
commit | 4df76b0a5d7f62622d0efe7456ef38d2fff06dc9 (patch) | |
tree | 667133ab089ff84954ea57ca6a42904b053492cd /MANIFEST.in | |
parent | Merge branch 'release-v0.9.2' into develop (diff) | |
download | synapse-4df76b0a5d7f62622d0efe7456ef38d2fff06dc9.tar.xz |
MANIFEST.in: include python schema delta scripts (we now have one in 20/)
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 8243a942ee..a9b543af82 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,6 +5,7 @@ include *.rst include demo/README recursive-include synapse/storage/schema *.sql +recursive-include synapse/storage/schema *.py recursive-include demo *.dh recursive-include demo *.py |