-
Notifications
You must be signed in to change notification settings - Fork 168
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
Merge configuration files into pyproject.toml #829
Conversation
.flake8
Outdated
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.
Cannot we have this in pyproject.toml too?
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.
flake8
unfortunately doesn't support pyproject.toml
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.
Got it. We could move to ruff
in a subsequent PR and get rid of this too.
Co-authored-by: jaimergp <[email protected]>
Co-authored-by: jaimergp <[email protected]>
Description
Convert config files into
pyproject.toml
to use more modern python packaging practices.The lower bounds for
setuptools
andsetuptools_scm[toml]
were taken frommenuinst
. I'm not sure if they need to be adjusted or can be removed altogether.Also add setuptools to host dependencies since it will be removed from pip's run dependencies on conda-forge eventually.
Checklist - did you ...
news
directory (using the template) for the next release's release notes?