-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
switch to pyproject.toml
#15250
switch to pyproject.toml
#15250
Conversation
02dfb8f
to
1fbe7b7
Compare
CodSpeed Performance ReportMerging #15250 will not alter performanceComparing Summary
|
This pull request is stale because it has been open 14 days with no activity. To keep this pull request open remove stale label or comment. |
This pull request was closed because it has been stale for 14 days with no activity. If this pull request is important or you have more to add feel free to re-open it. |
This pull request is stale because it has been open 14 days with no activity. To keep this pull request open remove stale label or comment. |
This pull request was closed because it has been stale for 14 days with no activity. If this pull request is important or you have more to add feel free to re-open it. |
i started on this branch trying to improve import strategies but after profiling with
cProfile
i saw that a lot of time was being spent doingversioneer
stuff and read that usingsetuptools_scm
can improve this.based on
I think there are many good reasons to switch to setuptools_scm over versioneer