Skip to content

MANIFEST.in: simplify and robust-ify - #9592

Merged
msullivan merged 1 commit into
python:masterfrom
hauntsaninja:manifest
Oct 18, 2020
Merged

msullivan merged 1 commit into
python:masterfrom
hauntsaninja:manifest

Conversation

@hauntsaninja

@hauntsaninja hauntsaninja commented Oct 13, 2020

Copy link
Copy Markdown
Collaborator

This is something we seem to struggle with, eg see #9587 and #8949

This PR helps prevent these mistakes from happening by using a simpler rule for file inclusions. If we create more pure Python mypyc subpackages, we should no longer have to make an update here.

The other thing this does is get things passing with https://github.com/mgedmin/check-manifest. This tool compares what you've checked in to git with what gets added to an sdist. We now pass cleanly (meaning we should be adding everything we need). I was also careful to examine the output of check-manifest before this change (meaning that we shouldn't be adding many things we previously did not add).

Since in the new wheel building scripts that I created for #9536 we also now create an sdist, I'll add a step that runs check-manifest when it gets merged.

Also delete a symlink to a file that doesn't seem to exist anymore and some other cruft.

@msullivan
msullivan merged commit f5f5485 into python:master Oct 18, 2020
@hauntsaninja
hauntsaninja deleted the manifest branch October 18, 2020 02:51
JukkaL pushed a commit that referenced this pull request Apr 1, 2026
…d/README.md (#21131)

Not required for anything, but it seems nice.

CREDITS was excluded back in 2020, but it seems polite to include it in
the sdists #9592 /
f5f5485

With this PR, CREDITS won't be part of the wheel, but
`typeshed/stdlib/_typeshed/README.md` will; let me know if I should
exclude it from the wheel
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.

2 participants