Skip to content

Commit

Permalink
Add py.typed to package data (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkuzmik authored Jan 8, 2025
1 parent ab1b0e6 commit 2f115dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@
],
"console_scripts": ["opik = opik.cli:cli"],
},
include_package_data=True,
keywords="opik",
name="opik",
include_package_data=True,
package_data={"opik": ["py.typed"]},
packages=find_packages("src"),
package_dir={"": "src"},
url="https://www.comet.com",
Expand Down
Empty file added sdks/python/src/opik/py.typed
Empty file.

0 comments on commit 2f115dc

Please sign in to comment.