Skip to content

Commit 0d33be4

Browse files
committed
adapt python source folder
1 parent 6bc7246 commit 0d33be4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ build-backend = "maturin"
2121
requires = ["maturin>=1.0, <2.0"]
2222

2323
[tool.maturin]
24-
python-source = "./"
24+
python-source = "egobox"
25+
module-name = "egobox"
2526
features = ["pyo3/extension-module"]
2627
# Optional usage of BLAS backend
2728
# cargo-extra-args = "--features linfa/intel-mkl-static"

0 commit comments

Comments
 (0)