diff options
author | Erik Johnston <erik@matrix.org> | 2019-03-15 12:06:49 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-03-15 14:39:25 +0000 |
commit | e7ec6f78ca5cd46c2f8cda7870c9c1484e1d80e0 (patch) | |
tree | adbf380a37d95af454f7580cea59244a2afae3d8 | |
parent | Isort (diff) | |
download | synapse-e7ec6f78ca5cd46c2f8cda7870c9c1484e1d80e0.tar.xz |
Manifest
-rw-r--r-- | MANIFEST.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index eb2de60f72..f100a74976 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -42,3 +42,8 @@ prune .codecov.yml exclude jenkins* recursive-exclude jenkins *.sh + +# FIXME: we shouldn't have these templates here +recursive-include res/templates-dinsic *.css +recursive-include res/templates-dinsic *.html +recursive-include res/templates-dinsic *.txt |