Skip to content
Snippets Groups Projects
Unverified Commit 068da604 authored by Brendan Abolivier's avatar Brendan Abolivier
Browse files

Fix MANIFEST.in

An update of check-manifest shone some light on some issues with MANIFEST.in, specifically that we didn't ignore/prune the contrib directory, and that we were using prune instead of exclude for files. This fixes both issues.

Fixes #7403
parent 3085cde5
No related branches found
No related tags found
No related merge requests found
......@@ -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
Fix issues with the Python package manifest.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment