Skip to content

Commit b1ae93c

Browse files
python: Change lib name
1 parent 8f01858 commit b1ae93c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rust-version.workspace = true
1212
description = "Python bindings for oo7"
1313

1414
[lib]
15-
name = "oo7"
15+
name = "oo7_python"
1616
crate-type = ["cdylib"]
1717

1818
[dependencies]

python/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ classifiers = [
2828

2929
[tool.maturin]
3030
include = ["oo7.pyi", "py.typed"]
31+
module-name = "oo7"
3132

3233
[tool.ruff]
3334
line-length = 88

0 commit comments

Comments
 (0)