Skip to content

Commit f82dfd3

Browse files
committed
Remove: Unused [tool.setuptools] block from pyproject.toml
1 parent 98f1322 commit f82dfd3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,11 @@ dependencies = []
2424
requires = ["maturin>=1.8,<2.0"]
2525
build-backend = "maturin"
2626

27-
[tool.setuptools]
28-
package-dir = {"" = "src"}
29-
3027
[tool.maturin]
3128
python-source = "src"
3229
manifest-path = "werx-core/Cargo.toml"
33-
#module-name = "werx.werx_rust" # <-- This means the Python module will be accessible as werx.werx_rust
34-
module-name = "werx_rust" # <-- Match the import path in wer.py
30+
module-name = "werx.werx_rust" # <-- This means the Python module will be accessible as werx.werx_rust
31+
#module-name = "werx_rust" # <-- Match the import path in wer.py
3532
bindings = "pyo3"
3633
include = ["LICENSE", "NOTICE", "README.md", "src/**"]
3734

0 commit comments

Comments
 (0)