diff options
author | David Robertson <davidr@element.io> | 2021-08-11 20:08:14 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2021-08-11 20:08:14 +0100 |
commit | 6fcc3e0bc81b4ed738eee702b0e1d193c052d205 (patch) | |
tree | 55cca0e24555f37b80440839c4d1095981eb58e3 /MANIFEST.in | |
parent | Rename ci to .ci (diff) | |
download | synapse-6fcc3e0bc81b4ed738eee702b0e1d193c052d205.tar.xz |
Teach MANIFEST and tox about ci->.ci
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 37d61f40de..44d5cc7618 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -46,7 +46,7 @@ recursive-include changelog.d * prune .circleci prune .github -prune ci +prune .ci prune contrib prune debian prune demo/etc |