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
Setuptools is deprecating dash-separated keys on setup.cfg #418
Comments
@FlorianWilhelm do you think we should do automatic conversions inside |
This PR addresses #418 (it should fix the issue for new projects, but not affect existing ones).
This PR addresses #418 (it should fix the issue for new projects, but not affect existing ones).
For the time being ,we can follow the simple solution and guarantee new projects will not have dashed keys (PR #419). The users of existing projects can still run @FlorianWilhelm (and any other user that might read this issue in the future) please feel free to reopen the issue. |
It seems that the latest versions of
setuptools
are deprecating dash-separated keys onsetup.cfg
, and we have a mix of them our template forsetup.cfg
.The warnings can be seen by running
tox -e build
The text was updated successfully, but these errors were encountered: