Skip to content

Commit

Permalink
maturin: Move module-name metadata
Browse files Browse the repository at this point in the history
to the location recommended by the current Project Layout docs chapter
  • Loading branch information
chrysn committed May 5, 2024
1 parent 74083b0 commit b937b1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ crate-type = ["cdylib"]
[dependencies]
cbor-diag-rs = { package = "cbor-diag", version = "0.1.11" }
pyo3 = "0.18.1"

[package.metadata.maturin]
name = "cbor_diag._cbor_diag"
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ classifiers = [
[tool.maturin]
features = ["pyo3/extension-module"]
python-source = "python"
module-name = "cbor_diag._cbor_diag"

0 comments on commit b937b1e

Please sign in to comment.