We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
setup.cfg will be deprecated: pypa/setuptools#3214
iirc, we were opting for setup.cfg because it is what versioneer supports, but now they support pyproject.toml: python-versioneer/python-versioneer@dc6402f
possible conversion tool: https://ini2toml.readthedocs.io/en/latest/readme.html
Note that pyright's config can now be placed in the pyproject.toml file: https://github.com/microsoft/pyright/blob/main/docs/configuration.md#sample-pyprojecttoml-file although there are some caveats that may make it not worth it: microsoft/pyright#694 (comment)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
setup.cfg will be deprecated: pypa/setuptools#3214
iirc, we were opting for setup.cfg because it is what versioneer supports, but now they support pyproject.toml: python-versioneer/python-versioneer@dc6402f
possible conversion tool:
https://ini2toml.readthedocs.io/en/latest/readme.html
Note that pyright's config can now be placed in the pyproject.toml file: https://github.com/microsoft/pyright/blob/main/docs/configuration.md#sample-pyprojecttoml-file although there are some caveats that may make it not worth it: microsoft/pyright#694 (comment)
The text was updated successfully, but these errors were encountered: