emmet icon indicating copy to clipboard operation
emmet copied to clipboard

[Feature Request]: Add missing `py.typed` file

Open Andrew-S-Rosen opened this issue 2 years ago • 0 comments

Problem

I am trying to use mypy on a package that uses emmet.core as a dependency, but it can't use any of emmet's type hints because there is no py.typed marker in the directory.

Example:

Skipping analyzing "emmet.core.math": module is installed, but missing library stubs or py.typed marker

Proposed Solution

Add a py.typed file.

Alternatives

No response

Andrew-S-Rosen avatar Oct 18 '23 20:10 Andrew-S-Rosen