Skip to content
New issue

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

Missing py.typed file in wheel #930

Closed
alicederyn opened this issue Dec 28, 2023 · 3 comments
Closed

Missing py.typed file in wheel #930

alicederyn opened this issue Dec 28, 2023 · 3 comments

Comments

@alicederyn
Copy link

The pymarkdown API has type annotations, but the wheel is missing a py.typed file, so type checkers like mypy are ignoring them.

Skipping analyzing "pymarkdown.api": module is installed, but missing library stubs or py.typed marker (import-untyped)

This doesn't impact use much (just need to type-ignore the errors), but it would be great if one could be added!

@jackdewinter
Copy link
Owner

release last night, should be fixed.

@jackdewinter
Copy link
Owner

closing due to lack of response

@alicederyn
Copy link
Author

Oh sorry! Didn't realise you were waiting for one! I haven't had a chance to check but the PR looks reasonable. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants