pypa / build

A simple, correct Python build frontend
https://build.pypa.io
MIT License
735 stars 120 forks source link

types in release 1.2.1 exclude "editable" #763

Closed dimbleby closed 6 months ago

dimbleby commented 6 months ago

builder.get_requires_for_build("editable")

but the types insist that the value should be Literal['wheel', 'sdist']