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
builder.get_requires_for_build("editable")
but the types insist that the value should be Literal['wheel', 'sdist']
Literal['wheel', 'sdist']
The text was updated successfully, but these errors were encountered:
build: add editable to dist type
editable
0f1f84e
Closes pypa#763.
build: add editable to dist type (#764)
9eede71
* build: add `editable` to dist type Closes #763. * Merge literals
Successfully merging a pull request may close this issue.
builder.get_requires_for_build("editable")
but the types insist that the value should be
Literal['wheel', 'sdist']
The text was updated successfully, but these errors were encountered: