diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-05-04 16:33:56 +0200 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-05-04 16:33:56 +0200 |
commit | 15aa09bbe661eca31c7dc326703098c2c74e7a7a (patch) | |
tree | 86955d167a59b0a55b6a9ebad821031d6e9cc0e5 /MANIFEST.in | |
parent | Convert the room handler to async/await. (#7396) (diff) | |
parent | Fix ordering in MANIFEST.in (diff) | |
download | synapse-15aa09bbe661eca31c7dc326703098c2c74e7a7a.tar.xz |
Merge branch 'release-v1.13.0' into develop
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 156d6f04f7..120ce5b776 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -30,23 +30,24 @@ recursive-include synapse/static *.gif recursive-include synapse/static *.html recursive-include synapse/static *.js -exclude Dockerfile +exclude .codecov.yml +exclude .coveragerc exclude .dockerignore -exclude test_postgresql.sh exclude .editorconfig +exclude Dockerfile +exclude mypy.ini exclude sytest-blacklist +exclude test_postgresql.sh include pyproject.toml recursive-include changelog.d * prune .buildkite prune .circleci -prune .codecov.yml -prune .coveragerc prune .github +prune contrib prune debian prune demo/etc prune docker -prune mypy.ini prune snap prune stubs |