Skip to content

Commit 6b7016e

Browse files
committed
simplify hatch
1 parent 8b7a229 commit 6b7016e

2 files changed

Lines changed: 2 additions & 94 deletions

File tree

livekit-rtc/hatch_build.py

Lines changed: 0 additions & 92 deletions
This file was deleted.

livekit-rtc/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ Source = "https://github.com/livekit/python-sdks/"
3939
path = "livekit/rtc/version.py"
4040

4141
[tool.hatch.build.targets.wheel]
42+
python-tag = "py3"
43+
abi-tag = "none"
4244
packages = ["livekit"]
4345
artifacts = [
4446
"livekit/rtc/resources/*.so",
4547
"livekit/rtc/resources/*.dylib",
4648
"livekit/rtc/resources/*.dll",
4749
]
4850

49-
[tool.hatch.build.targets.wheel.hooks.custom]
50-
path = "hatch_build.py"
5151

5252
[tool.hatch.build.targets.sdist]
5353
include = ["/livekit", "/rust-sdks"]

0 commit comments

Comments
 (0)