Skip to content

Commit 4589fbb

Browse files
fix packaging (#90)
1 parent ec7914d commit 4589fbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ requires = ["setuptools>=68"]
3434
build-backend = "gpt_oss_build_backend.backend"
3535
backend-path = ["_build"]
3636

37-
[tool.setuptools]
38-
packages = ["gpt_oss"]
37+
[tool.setuptools.packages.find]
38+
include = ["gpt_oss*"]
3939

4040
[tool.scikit-build]
4141
cmake.source-dir = "." # pick up the root CMakeLists.txt

0 commit comments

Comments
 (0)