We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13dabc4 commit 285a4e5Copy full SHA for 285a4e5
setup.py
@@ -36,6 +36,7 @@
36
url="https://streamlit.io",
37
license="Apache License 2.0",
38
packages=setuptools.find_packages(),
39
+ package_data={"streamlit_bokeh": ["py.typed"]},
40
include_package_data=True,
41
classifiers=[
42
"Development Status :: 5 - Production/Stable",
streamlit_bokeh/py.typed
@@ -0,0 +1 @@
1
+
0 commit comments