We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3885ac5 commit aa85f7fCopy full SHA for aa85f7f
1 file changed
pyproject.toml
@@ -28,11 +28,12 @@ dependencies = [
28
"Source" = "https://github.com/machine-learning-exchange/mlx"
29
30
[tool.setuptools.packages.find]
31
-where = ["mlx"]
+where = ["src"]
32
exclude = ["tests*"]
33
34
[tool.setuptools]
35
-package-dir = { "" = "mlx" }
+package-dir = { "" = "src" }
36
+
37
# If you use package-data, configure here or use MANIFEST.in if needed
38
39
[tool.setuptools_scm]
0 commit comments