Skip to content
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

Add iminuit hooks #26

Merged
merged 3 commits into from
Aug 11, 2020
Merged

Add iminuit hooks #26

merged 3 commits into from
Aug 11, 2020

Conversation

jeremysanders
Copy link
Contributor

iminuit uses a cython module which imports sub-modules. These are not normally detected by pyinstaller. This hook uses collect_submodules to add the missing modules as hidden imports, excluding tests.

iminuit uses a cython module which imports sub-modules. These are not
normally detected by pyinstaller. This hook uses collect_submodules
to add the missing modules as hidden imports, excluding tests.
@jeremysanders jeremysanders requested review from a team and bwoodsend and removed request for a team August 9, 2020 06:57
Copy link
Member

@bwoodsend bwoodsend left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work

Copy link
Member

@Legorooj Legorooj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent work except for one problem: please read news/README; we don't edit the changelog - we use news snippets instead.

@jeremysanders
Copy link
Contributor Author

Thanks - is this ok?

@bwoodsend
Copy link
Member

Yeah, that's what Legorooj meant. I really should have spotted that the 1st time round.

@Legorooj Legorooj merged commit d747791 into pyinstaller:master Aug 11, 2020
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.

None yet

3 participants