Skip to content

Add cleanup to MANIFEST.in to pass check-sdist#691

Merged
sirosen merged 1 commit into
python-jsonschema:mainfrom
sirosen:fix-check-sdist
Jun 29, 2026
Merged

Add cleanup to MANIFEST.in to pass check-sdist#691
sirosen merged 1 commit into
python-jsonschema:mainfrom
sirosen:fix-check-sdist

Conversation

@sirosen

@sirosen sirosen commented Jun 29, 2026

Copy link
Copy Markdown
Member

check-sdist with --inject-junk now introduces __pycache__ dirs with
.py files in the tests tree, which are then included. To pass, add a
pair of manifest rules to prune all __pycache__ dirs and any pyc,
pyo, or pyd files.

`check-sdist` with `--inject-junk` now introduces `__pycache__` dirs with
`.py` files in the tests tree, which are then included. To pass, add a
pair of manifest rules to prune all `__pycache__` dirs and any `pyc`,
`pyo`, or `pyd` files.
@sirosen sirosen merged commit a6c5965 into python-jsonschema:main Jun 29, 2026
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant