Skip to content

Commit 89a28ec

Browse files
authored
Merge pull request #79 from larryliu0820/main
Fix pyproject.toml
2 parents 84c1fe1 + 016c18a commit 89a28ec

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)