summary refs log tree commit diff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-01-22 14:32:51 +0000
committerMark Haines <mark.haines@matrix.org>2015-01-22 14:32:51 +0000
commit16bfabb9c51e4721851a5d3220d5b78cff4d7892 (patch)
tree5ebd7c18d7c1cce2299ef3cba0d6794e07abb599 /MANIFEST.in
parentAdd demo and scripts to python manifest (diff)
downloadsynapse-16bfabb9c51e4721851a5d3220d5b78cff4d7892.tar.xz
Fix manifest. Ignore contrib and docs directories when checking manifest against source control.
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 7979ec0809..8243a942ee 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,6 +2,7 @@ include synctl
 include LICENSE
 include VERSION
 include *.rst
+include demo/README
 
 recursive-include synapse/storage/schema *.sql