-
Notifications
You must be signed in to change notification settings - Fork 208
refactor: migrate to pyproject.toml
#1267
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
Conversation
@larsoner mind have a look 🐿️ |
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.
Looks reasonable in principle aside from some potential differences I suspect are there. Those differences make me think that it would be safest to do a directory diff between the unzipped sdist
and/or .whl
on master
and this PR to make sure we aren't adding or removing things we shouldn't.
Can you try the directory diff and let me know how it looks? |
not sure what you mean, like building a package from master and, with this suggestion to see if there is a difference in the package? 🐿️ |
Yes for the |
this is the version from master:
and this is with this PR:
the only diff is as expected missing:
|
Thanks @Borda ! |
Thank you @Borda 🙏 ! |
Closes #1142