Skip to content

Commit e0c57d5

Browse files
committed
packaging fix fix
1 parent f31225c commit e0c57d5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

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

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

2019
[project.optional-dependencies]
2120
tests = [

0 commit comments

Comments
 (0)