From 14aaad7c8e27f11457a383cfb7105562964dd34f Mon Sep 17 00:00:00 2001 From: Ali Ghahremani Date: Tue, 13 Feb 2024 00:39:49 +0330 Subject: [PATCH] fix license warning --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f53e44f..120919b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,6 @@ version = "1.0.0" edition = "2021" description = "Official Rust implementation of Persian Tools" license = "MIT" -license-file = "LICENSE" readme = "README.md" # documentation = "https://docs.rs/rust-persian-tools" # if not set docs.rs will generate one and put it in place homepage = "https://crates.io/crates/rust-persian-tools"