From 2f115dc93525532968ab53474eafed7453137a99 Mon Sep 17 00:00:00 2001 From: Aliaksandr Kuzmik <98702584+alexkuzmik@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:31:10 +0100 Subject: [PATCH] Add py.typed to package data (#997) --- sdks/python/setup.py | 3 ++- sdks/python/src/opik/py.typed | 0 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 sdks/python/src/opik/py.typed diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 918cce3fdd..fecdf2d7f7 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -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", diff --git a/sdks/python/src/opik/py.typed b/sdks/python/src/opik/py.typed new file mode 100644 index 0000000000..e69de29bb2