summary refs log tree commit diff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-06-10 16:23:07 +0100
committerRichard van der Hoff <richard@matrix.org>2019-06-10 16:23:39 +0100
commit8d0bd9bb6054911589f82f71b5886bcfcade0de3 (patch)
treebf17bb3d91364607b0a34e26a33eb47369ed42e1 /MANIFEST.in
parentTests for SSL certs for federation connections (diff)
downloadsynapse-8d0bd9bb6054911589f82f71b5886bcfcade0de3.tar.xz
fix build fails
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
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