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