We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7a229 commit 6b7016eCopy full SHA for 6b7016e
2 files changed
livekit-rtc/hatch_build.py
livekit-rtc/pyproject.toml
@@ -39,15 +39,15 @@ Source = "https://github.com/livekit/python-sdks/"
39
path = "livekit/rtc/version.py"
40
41
[tool.hatch.build.targets.wheel]
42
+python-tag = "py3"
43
+abi-tag = "none"
44
packages = ["livekit"]
45
artifacts = [
46
"livekit/rtc/resources/*.so",
47
"livekit/rtc/resources/*.dylib",
48
"livekit/rtc/resources/*.dll",
49
]
50
-[tool.hatch.build.targets.wheel.hooks.custom]
-path = "hatch_build.py"
51
52
[tool.hatch.build.targets.sdist]
53
include = ["/livekit", "/rust-sdks"]
0 commit comments