Skip to content

Commit f31225c

Browse files
committed
packaging fix
1 parent 8baa4eb commit f31225c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ dependencies = [
1313
"sparse",
1414
]
1515

16-
[tool.setuptools]
17-
packages = ["pytorch_sparse_utils"]
16+
[tool.setuptools.packages]
17+
find = {}
18+
include = ["pytorch_sparse_utils", "pytorch_sparse_utils*"]
1819

1920
[project.optional-dependencies]
2021
tests = [

0 commit comments

Comments
 (0)