-
Notifications
You must be signed in to change notification settings - Fork 304
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
Migrate as much as possible to pyproject.toml #3317
Conversation
….py for invocations in case it is relied on).
….py for invocations in case it is relied on).
@rlratzel @jakirkham the conda split recipe workaround being used for the service build is causing problems here. I'm fairly certain that the |
Yep build isolation did it. Worked before because there was no pyproject.toml file at all so it wasn't using a PEP 518 build at all. |
Yeah disabling build isolation makes sense Normally conda-build passes this option to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this. I have some minor change requests.
/merge |
This moves as much packaging information and linter configuration out of setup.[py|cfg] files into pyproject.toml with the aim of migrating to more modern Python builders in the future.