Skip to content

Conversation

marsfan
Copy link

@marsfan marsfan commented Oct 2, 2025

PEP561 says that packages that contain type
hints should include a marker file py.typed in the top level of the package source to
indicate that the package has type information. Some type checkers will not check
libraries that are lacking this file.

This PR adds this missing file, and adds configuration to setup.py to ensure it
is included when building the package.

@marsfan
Copy link
Author

marsfan commented Oct 9, 2025

@davidplowman I saw you triggered the actions on my PR. There was one linter error due to me not properly formatting the new argument I added in setup.py. I've fixed that now

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