-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
BLD: use nonvendor versioneer #49924
Conversation
@@ -1,20 +1,25 @@ | |||
# pylint: disable=consider-using-f-string |
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.
Were changes to this file made by versioneer? I'm surprised non vendored mode didn't get rid of it.
(I guess I'll just nuke it after we drop setuptools)
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.
Yes, this is from versioneer.
Does meson-Python require versioneer to be vendored? |
Seems to work fine. |
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.
LGTM. Thanks for the cleanup.
Awesome, thanks @fangchenli. Always great to not vendor things if we don't have to |
This PR:
After this, we could enable PEP 517.