Skip to content

Conversation

gentlegiantJGC
Copy link

py.typed is used to indicated to static type checkers like mypy that the package supports type hints.

Without this file mypy will give errors like this
Skipping analyzing "OpenGL.GL": module is installed, but missing library stubs or py.typed marker

py.typed is used to indicated to static type checkers like mypy that the package supports type hints.
Without this file mypy will give errors like this
`Skipping analyzing "OpenGL.GL": module is installed, but missing library stubs or py.typed marker`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant