summary refs log tree commit diff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2014-11-04 15:08:00 +0000
committerMark Haines <mark.haines@matrix.org>2014-11-04 15:08:13 +0000
commit402d08099002f19a882f76ca7d2baeb1a29868e7 (patch)
tree33b9576ec8e7db3ba807c1c96fe665342b000413 /MANIFEST.in
parentUse phantomjs as the default browser and not chrome. (diff)
downloadsynapse-402d08099002f19a882f76ca7d2baeb1a29868e7.tar.xz
Fix installation instructions in README
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 73e0eff6e4..e1043fb57c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,4 @@
 recursive-include docs *
 recursive-include tests *.py
-recursive-include synapse/persistence/schema *.sql
+recursive-include synapse/storage/schema *.sql
+recursive-include webclient *