Skip to content

Commit 3aa1584

Browse files
authored
Fix the build config to bundle both transformers_js_py and transformers_js packages (#340)
1 parent 8946f83 commit 3aa1584

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,9 @@ build-backend = "hatchling.build"
7575
exclude = [
7676
"/pyodide-e2e",
7777
]
78+
79+
[tool.hatch.build.targets.wheel]
80+
packages = [
81+
"src/transformers_js_py",
82+
"src/transformers_js",
83+
]

0 commit comments

Comments
 (0)