Skip to content

Commit

Permalink
fix: Add py.typed to python distribution (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 authored Jan 4, 2024
1 parent 8f111ab commit 212095d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file.
1 change: 1 addition & 0 deletions protocol-models/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 212095d

Please sign in to comment.