Skip to content

Commit 6be797b

Browse files
committed
fix package finding
1 parent ff4ec6a commit 6be797b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ dependencies = [
1414
"nd_rotary_encodings @ git+https://github.com/mawright/nd-rotary-encodings.git",
1515
]
1616

17-
[tool.setuptools]
18-
packages = ["sparse_transformer_layers"]
17+
[tool.setuptools.packages.find]
18+
include = [
19+
"sparse_transformer_layers",
20+
"sparse_transformer_layers.*",
21+
]
1922

2023
[project.optional-dependencies]
2124
tests = [

0 commit comments

Comments
 (0)