From 0d101f305558a8d90a51153f23f200a497832ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sun, 13 Aug 2023 02:09:26 +0200 Subject: [PATCH] chore: move deprecated package.metadata.maturin (#801) --- crates/typos-cli/Cargo.toml | 3 --- crates/typos-cli/pyproject.toml | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) 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"