diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-06-10 16:23:07 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-06-10 16:23:39 +0100 |
commit | 8d0bd9bb6054911589f82f71b5886bcfcade0de3 (patch) | |
tree | bf17bb3d91364607b0a34e26a33eb47369ed42e1 /MANIFEST.in | |
parent | Tests for SSL certs for federation connections (diff) | |
download | synapse-8d0bd9bb6054911589f82f71b5886bcfcade0de3.tar.xz |
fix build fails
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index ad1523e387..2c59c7bdc2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -18,8 +18,10 @@ recursive-include docs * recursive-include scripts * recursive-include scripts-dev * recursive-include synapse *.pyi -recursive-include tests *.pem recursive-include tests *.py +include tests/http/ca.crt +include tests/http/ca.key +include tests/http/server.key recursive-include synapse/res * recursive-include synapse/static *.css |