1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Export python type information for airbyte-cdk (#18387)

Fixes #18384
This commit is contained in:
Nipunn Koorapati
2022-10-24 12:20:43 -07:00
committed by GitHub
parent 384aabbdf6
commit d77f913373
2 changed files with 1 additions and 0 deletions

View File

View File

@@ -42,6 +42,7 @@ setup(
"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