airbyte-api-python-sdk icon indicating copy to clipboard operation
airbyte-api-python-sdk copied to clipboard

Include `py.typed` in the package

Open rouge8 opened this issue 1 year ago • 0 comments

It looks like this SDK has type hints for its methods, but right now those won't be picked up by mypy without a py.typed file in the package: https://blog.whtsky.me/tech/2021/dont-forget-py.typed-for-your-typed-python-package/

rouge8 avatar Jan 25 '24 22:01 rouge8