diff options
author | Erik Johnston <erik@matrix.org> | 2019-06-10 18:33:55 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-06-10 18:33:55 +0100 |
commit | abce00fc6a722884d68aa56081b0e86a3c667b00 (patch) | |
tree | 8a116e98cc94acb1e0393f0ecd8d63ca2c6893f7 /MANIFEST.in | |
parent | Merge pull request #5415 from matrix-org/erikj/fix_null_valid_until_ms (diff) | |
parent | 1.0.0rc2 (diff) | |
download | synapse-abce00fc6a722884d68aa56081b0e86a3c667b00.tar.xz |
Merge branch 'release-v1.0.0' of github.com:matrix-org/synapse into develop
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 |