Skip to content

Commit 5e87d6b

Browse files
committed
include cmakelists in sdist
1 parent a16612a commit 5e87d6b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,8 @@ classifiers = [
1919
]
2020

2121
[project.optional-dependencies]
22-
torch = [
23-
"torch",
24-
]
25-
jax = [
26-
"jax",
27-
]
22+
torch = ["torch"]
23+
jax = ["jax"]
2824

2925

3026
[project.urls]
@@ -44,6 +40,9 @@ wheel.py-api = "cp312"
4440

4541
wheel.packages = ["src/klay"]
4642

43+
# Include CMakeLists.txt in source distribution
44+
sdist.include = ["CMakeLists.txt"]
45+
4746
#[tool.cibuildwheel]
4847
## Necessary to see build output from the actual compilation
4948
#build-verbosity = 1

0 commit comments

Comments
 (0)