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 diff --git a/changelog.d/7404.misc b/changelog.d/7404.misc new file mode 100644 index 0000000000..9ac17958cc --- /dev/null +++ b/changelog.d/7404.misc @@ -0,0 +1 @@ +Fix issues with the Python package manifest.