From 212095d554c8fef0b2389129173de11cf032e670 Mon Sep 17 00:00:00 2001 From: Joe Reuter Date: Thu, 4 Jan 2024 15:54:29 +0100 Subject: [PATCH] fix: Add py.typed to python distribution (#57) --- protocol-models/python/airbyte_protocol/py.typed | 0 protocol-models/python/setup.py | 1 + 2 files changed, 1 insertion(+) create mode 100644 protocol-models/python/airbyte_protocol/py.typed diff --git a/protocol-models/python/airbyte_protocol/py.typed b/protocol-models/python/airbyte_protocol/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/protocol-models/python/setup.py b/protocol-models/python/setup.py index 783eb0f0..a4586f5f 100644 --- a/protocol-models/python/setup.py +++ b/protocol-models/python/setup.py @@ -56,6 +56,7 @@ "Tracker": "https://github.com/airbytehq/airbyte-protocol/issues", }, packages=['airbyte_protocol.models'], + package_data={"airbyte_protocol": ["py.typed"]}, setup_requires=['python-dotenv'], install_requires=[ "pydantic>=1.9.2,<2.0.0",