summary refs log tree commit diff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorIvan Shapovalov <intelfx100@gmail.com>2015-06-13 11:08:49 +0300
committerIvan Shapovalov <intelfx100@gmail.com>2015-06-13 11:08:49 +0300
commit4df76b0a5d7f62622d0efe7456ef38d2fff06dc9 (patch)
tree667133ab089ff84954ea57ca6a42904b053492cd /MANIFEST.in
parentMerge branch 'release-v0.9.2' into develop (diff)
downloadsynapse-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.in1
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