Skip to content

Commit

Permalink
Export python type information for airbyte-cdk (#18387)
Browse files Browse the repository at this point in the history
Fixes #18384
  • Loading branch information
nipunn1313 authored Oct 24, 2022
1 parent 384aabb commit d77f913
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 d77f913

Please sign in to comment.