We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4ec6a commit 6be797bCopy full SHA for 6be797b
pyproject.toml
@@ -14,8 +14,11 @@ dependencies = [
14
"nd_rotary_encodings @ git+https://github.com/mawright/nd-rotary-encodings.git",
15
]
16
17
-[tool.setuptools]
18
-packages = ["sparse_transformer_layers"]
+[tool.setuptools.packages.find]
+include = [
19
+ "sparse_transformer_layers",
20
+ "sparse_transformer_layers.*",
21
+]
22
23
[project.optional-dependencies]
24
tests = [
0 commit comments