pypa / pyproject-metadata

PEP 621 metadata parsing
https://pep621.readthedocs.io
MIT License
37 stars 17 forks source link

Missing py.typed #7

Closed pradyunsg closed 2 years ago

pradyunsg commented 3 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.

FFY00 commented 3 years ago

Uh, I think I need to convert the module to a package to be able to do that.

FFY00 commented 3 years ago

Alternatively, we could install a .pyi file.

FFY00 commented 2 years ago

10 is going to make me rename the module, so I am gonna take that opportunity to make the module a package, so that we can add a py.typed file.