Skip to content

Commit

Permalink
Export python type information for airbyte-cdk
Browse files Browse the repository at this point in the history
  • Loading branch information
nipunn1313 committed Oct 24, 2022
1 parent 5ab81e6 commit efed1e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file.
1 change: 1 addition & 0 deletions airbyte-cdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"Tracker": "https://github.com/airbytehq/airbyte/issues",
},
packages=find_packages(exclude=("unit_tests",)),
package_data={"airbyte_cdk": ["py.typed"]},
install_requires=[
"backoff",
# pinned to the last working version for us temporarily while we fix
Expand Down

0 comments on commit efed1e0

Please sign in to comment.