Skip to content

Commit 2eee5b3

Browse files
committed
include jupyter-html package-data
1 parent a9280c1 commit 2eee5b3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

livekit-rtc/setup.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,14 @@ def finalize_options(self):
6161
install_requires=["protobuf>=4.25.0", "types-protobuf>=3", "aiofiles>=24"],
6262
package_data={
6363
"livekit.rtc": ["_proto/*.py", "py.typed", "*.pyi", "**/*.pyi"],
64-
"livekit.rtc.resources": ["*.so", "*.dylib", "*.dll", "LICENSE.md", "*.h"],
64+
"livekit.rtc.resources": [
65+
"*.so",
66+
"*.dylib",
67+
"*.dll",
68+
"LICENSE.md",
69+
"*.h",
70+
"jupyter-html/index.html",
71+
],
6572
},
6673
project_urls={
6774
"Documentation": "https://docs.livekit.io",

0 commit comments

Comments
 (0)