Skip to content

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