Skip to content

Commit 4b02cec

Browse files
committed
Fix wheel target build config
1 parent 7b9e7a6 commit 4b02cec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ cuda_all = [
5858
"pynvml; platform_machine == 'x86_64'",
5959
]
6060

61-
[tool.setuptools.packages.find]
62-
include = ["pyTorchAutoForge", "pyTorchAutoForge.*"]
61+
[tool.hatch.build.targets.wheel]
62+
packages = ["pyTorchAutoForge"]
6363

6464
# pytest configuration
6565
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)