diff --git a/crates/typos-cli/Cargo.toml b/crates/typos-cli/Cargo.toml index ec6b9a6..e378128 100644 --- a/crates/typos-cli/Cargo.toml +++ b/crates/typos-cli/Cargo.toml @@ -11,9 +11,6 @@ edition.workspace = true rust-version.workspace = true include.workspace = true -[package.metadata.maturin] -name = "typos" - [package.metadata.docs.rs] no-default-features = true diff --git a/crates/typos-cli/pyproject.toml b/crates/typos-cli/pyproject.toml index 7b7fb87..7b4fde4 100644 --- a/crates/typos-cli/pyproject.toml +++ b/crates/typos-cli/pyproject.toml @@ -15,4 +15,5 @@ classifiers = [ [tool.maturin] +module-name = "typos" bindings = "bin"