Skip to content

Conversation

@YonatanGreenfeld
Copy link
Contributor

fix #751

In the PR the include_package_data flag was removed from setup.py.
This caused the py.typed marker file to also be removed, resulting in mypy errors:

Skipping analyzing "responses": module is installed, but missing library stubs or py.typed marker  [import-untyped]

Using package_data we can pick specific files instead of everything (which was the motive for the latest change).

@markstory markstory merged commit da4e965 into getsentry:master Jan 13, 2025
16 checks passed
@markstory
Copy link
Member

Thank you 🎉

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.

0.25.5 dropped py.typed file breaking mypy type checking

2 participants