diff options
author | Daniel Wagner-Hall <daniel@matrix.org> | 2015-11-05 16:41:32 +0000 |
---|---|---|
committer | Daniel Wagner-Hall <daniel@matrix.org> | 2015-11-05 16:41:32 +0000 |
commit | 4df491b9226aeac6faebc437a585e4ec39c01a0a (patch) | |
tree | 603e860695faefb7eadfbd66221fbc686a52258a /MANIFEST.in | |
parent | Merge pull request #340 from matrix-org/erikj/server_retries (diff) | |
download | synapse-4df491b9226aeac6faebc437a585e4ec39c01a0a.tar.xz |
Fix tox config after fa1cf5ef34
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 621e34cb76..573e21f41d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -15,8 +15,9 @@ recursive-include scripts * recursive-include scripts-dev * recursive-include tests *.py -recursive-include static *.css -recursive-include static *.html -recursive-include static *.js +recursive-include synapse/static *.css +recursive-include synapse/static *.gif +recursive-include synapse/static *.html +recursive-include synapse/static *.js prune demo/etc |