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 98f1322 commit f82dfd3Copy full SHA for f82dfd3
pyproject.toml
@@ -24,14 +24,11 @@ dependencies = []
24
requires = ["maturin>=1.8,<2.0"]
25
build-backend = "maturin"
26
27
-[tool.setuptools]
28
-package-dir = {"" = "src"}
29
-
30
[tool.maturin]
31
python-source = "src"
32
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
+module-name = "werx.werx_rust" # <-- This means the Python module will be accessible as werx.werx_rust
+#module-name = "werx_rust" # <-- Match the import path in wer.py
35
bindings = "pyo3"
36
include = ["LICENSE", "NOTICE", "README.md", "src/**"]
37
0 commit comments