[CT-1106] [Bug] Include py.typed in MANIFEST.in #5737
Labels
bug
Something isn't working
help_wanted
Trickier changes, with a clear starting point, good for previous/experienced contributors
Is this a new bug in dbt-core?
Current Behavior
Currently when developing a dbt adapter and installing dbt-core with pip, I get errors like the following when trying to run mypy:
This is because the file py.typed is not included in the package uploaded to pypi.
Expected Behavior
No mypy errors when checking types of packages that depend on dbt-core
Steps To Reproduce
Create a file with the line
import dbt.events
Run
mypy
on that fileRelevant log output
No response
Environment
Which database adapter are you using with dbt?
other (mention it in "Additional Context")
Additional Context
Writing a custom adapter for dbt
The text was updated successfully, but these errors were encountered: