diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-07-19 17:31:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-19 17:31:59 +0100 |
commit | 7044af32989126001c5989ad05e29fc57bea79f0 (patch) | |
tree | b3736d89568ba766cf0f42de2c8d000022b170fb /MANIFEST.in | |
parent | Merge branch 'master' into develop (diff) | |
parent | Merge remote-tracking branch 'origin/develop' into hawkowl/markdown (diff) | |
download | synapse-7044af32989126001c5989ad05e29fc57bea79f0.tar.xz |
Merge pull request #3564 from matrix-org/hawkowl/markdown
Switch changes to markdown & flip content on for miscs
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 97f57f443f..7076b608d4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,6 +2,7 @@ include synctl include LICENSE include VERSION include *.rst +include *.md include demo/README include demo/demo.tls.dh include demo/*.py |