Skip to content

Commit aa85f7f

Browse files
fix src folder (#396)
* Update package name and version in pyproject.toml * reorg, add auto publish to pypi * fix deps * fix src folder
1 parent 3885ac5 commit aa85f7f

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
@@ -28,11 +28,12 @@ dependencies = [
2828
"Source" = "https://github.com/machine-learning-exchange/mlx"
2929

3030
[tool.setuptools.packages.find]
31-
where = ["mlx"]
31+
where = ["src"]
3232
exclude = ["tests*"]
3333

3434
[tool.setuptools]
35-
package-dir = { "" = "mlx" }
35+
package-dir = { "" = "src" }
36+
3637
# If you use package-data, configure here or use MANIFEST.in if needed
3738

3839
[tool.setuptools_scm]

0 commit comments

Comments
 (0)