summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@arasphere.net>2015-06-13 12:09:17 +0100
committerMatthew Hodgson <matthew@arasphere.net>2015-06-13 12:09:17 +0100
commit4706f3964d2ba8d6104986b28cedc1f5bb160d29 (patch)
tree667133ab089ff84954ea57ca6a42904b053492cd
parentMerge branch 'release-v0.9.2' into develop (diff)
parentMANIFEST.in: include python schema delta scripts (we now have one in 20/) (diff)
downloadsynapse-4706f3964d2ba8d6104986b28cedc1f5bb160d29.tar.xz
Merge pull request #183 from intelfx/install-python-schema-deltas
MANIFEST.in: include python schema delta scripts
-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