diff options
author | Daniel Wagner-Hall <dawagner@gmail.com> | 2015-11-05 16:43:09 +0000 |
---|---|---|
committer | Daniel Wagner-Hall <dawagner@gmail.com> | 2015-11-05 16:43:09 +0000 |
commit | 32fc0737d6f028f871fe4df600ed74f098e485ba (patch) | |
tree | 603e860695faefb7eadfbd66221fbc686a52258a | |
parent | Merge pull request #340 from matrix-org/erikj/server_retries (diff) | |
parent | Fix tox config after fa1cf5ef34 (diff) | |
download | synapse-32fc0737d6f028f871fe4df600ed74f098e485ba.tar.xz |
Merge pull request #351 from matrix-org/daniel/fixtox
Fix tox config after fa1cf5ef34
-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 |