Closed pradyunsg closed 2 years ago
This project does not ship with a py.typed file in the distribution, resulting in mypy not being able to locate the type annotations for the pep621 module.
pep621
Uh, I think I need to convert the module to a package to be able to do that.
Alternatively, we could install a .pyi file.
.pyi
py.typed
This project does not ship with a py.typed file in the distribution, resulting in mypy not being able to locate the type annotations for the
pep621
module.