Skip to content

MANIFEST.in: simplify and robust-ify #9592

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 18, 2020
Merged

Conversation

hauntsaninja
Copy link
Collaborator

@hauntsaninja hauntsaninja commented Oct 13, 2020

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
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