Skip to content

Commit 016c18a

Browse files
committed
Fix pyproject.toml
Include both files and subdirectory under `torch_np`.
1 parent 84c1fe1 commit 016c18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ dependencies = [
1010
]
1111
version = "0.1.0"
1212
[tool.setuptools.packages.find]
13-
include = ["torch_np.*"] # ["*"] by default
13+
include = ["torch_np", "torch_np.*"] # ["*"] by default

0 commit comments

Comments
 (0)