From 8e80c13d5caa8196f3323529f416b0bdbab20b2e Mon Sep 17 00:00:00 2001 From: Bulat Shelkhonov Date: Thu, 26 Jun 2025 12:08:00 +0300 Subject: [PATCH] Added py.typed --- setup.py | 1 + streamlit_bokeh/py.typed | 0 2 files changed, 1 insertion(+) create mode 100644 streamlit_bokeh/py.typed diff --git a/setup.py b/setup.py index fd41c4f..1e9c917 100644 --- a/setup.py +++ b/setup.py @@ -36,6 +36,7 @@ url="https://streamlit.io", license="Apache License 2.0", packages=setuptools.find_packages(), + package_data={"streamlit_bokeh": ["py.typed"]}, include_package_data=True, classifiers=[ "Development Status :: 5 - Production/Stable", diff --git a/streamlit_bokeh/py.typed b/streamlit_bokeh/py.typed new file mode 100644 index 0000000..e69de29