diff options
author | Mark Haines <mark.haines@matrix.org> | 2014-11-04 15:08:00 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2014-11-04 15:08:13 +0000 |
commit | 402d08099002f19a882f76ca7d2baeb1a29868e7 (patch) | |
tree | 33b9576ec8e7db3ba807c1c96fe665342b000413 /MANIFEST.in | |
parent | Use phantomjs as the default browser and not chrome. (diff) | |
download | synapse-402d08099002f19a882f76ca7d2baeb1a29868e7.tar.xz |
Fix installation instructions in README
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 3 |
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 * |