airbyte-api-python-sdk
airbyte-api-python-sdk copied to clipboard
Include `py.typed` in the package
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/