Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit ad08871

Browse files
authored
Merge pull request #7404 from matrix-org/babolivier/fix_manifest
Fix MANIFEST.in
2 parents 350421e + 068da60 commit ad08871

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

MANIFEST.in

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,19 @@ exclude .dockerignore
3535
exclude test_postgresql.sh
3636
exclude .editorconfig
3737
exclude sytest-blacklist
38+
exclude mypy.ini
39+
exclude .codecov.yml
40+
exclude .coveragerc
3841

3942
include pyproject.toml
4043
recursive-include changelog.d *
4144

4245
prune .buildkite
4346
prune .circleci
44-
prune .codecov.yml
45-
prune .coveragerc
4647
prune .github
4748
prune debian
4849
prune demo/etc
4950
prune docker
50-
prune mypy.ini
5151
prune snap
5252
prune stubs
53+
prune contrib

changelog.d/7404.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix issues with the Python package manifest.

0 commit comments

Comments
 (0)