Skip to content

Commit

Permalink
trying to fix tests on server
Browse files Browse the repository at this point in the history
  • Loading branch information
calbaker committed May 25, 2023
1 parent fd587c2 commit 1a80d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ namespaces = false # to disable scanning PEP 420 namespaces (true by default)
[tool.maturin]
python-source="python"
features = ["pyo3/extension-module"]
module-name = "fastsim.fastsimrust"
module-name = "fastsimrust"
manifest-path = "rust/fastsim-py/Cargo.toml"
include = [
{ format = "sdist", path = "rust/fastsim-core/Cargo.toml"},
Expand Down

0 comments on commit 1a80d7a

Please sign in to comment.