diff options
author | David Robertson <davidr@element.io> | 2022-02-22 14:52:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 14:52:56 +0000 |
commit | 94a396e7c4b4488d7f0ca08672114a4a586cf42c (patch) | |
tree | 2963315af0c75ce6fbb73f43d74ea5335b763f71 /MANIFEST.in | |
parent | Cap the number of in-flight requests for state from a single group (#11608) (diff) | |
download | synapse-94a396e7c4b4488d7f0ca08672114a4a586cf42c.tar.xz |
Prune setup.cfg some more (#12059)
* Remove `trial` section from setup.cfg This was added in the initial commit from 2014. I can't see that it does anything. Maybe it's there so that you can run `trial` without any extra args, but if I do that then I just get the `--help` message. * Move flake8's config to its own file
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index c24786c3b3..76d14eb642 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -45,6 +45,7 @@ include book.toml include pyproject.toml recursive-include changelog.d * +include .flake8 prune .circleci prune .github prune .ci |