diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-05-04 16:24:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-04 16:24:15 +0200 |
commit | ad088716bc24f4b9c473969f6455cf640370c36c (patch) | |
tree | 8514b9486b52c272d7cad6cdf45a7f7e2ea3783a /MANIFEST.in | |
parent | Fix redis password support. (#7401) (diff) | |
parent | Fix MANIFEST.in (diff) | |
download | synapse-ad088716bc24f4b9c473969f6455cf640370c36c.tar.xz |
Merge pull request #7404 from matrix-org/babolivier/fix_manifest
Fix MANIFEST.in
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 156d6f04f7..9bdfd82f4f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -35,18 +35,19 @@ exclude .dockerignore exclude test_postgresql.sh exclude .editorconfig exclude sytest-blacklist +exclude mypy.ini +exclude .codecov.yml +exclude .coveragerc include pyproject.toml recursive-include changelog.d * prune .buildkite prune .circleci -prune .codecov.yml -prune .coveragerc prune .github prune debian prune demo/etc prune docker -prune mypy.ini prune snap prune stubs +prune contrib |