From 7b5f0bf3bfdc20f927acbe2834ad33abed57d3d4 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Sat, 26 Apr 2025 05:52:09 +0100 Subject: [PATCH] Remove license-file entry from Cargo.toml --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b7d3229..2f181da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,6 @@ name = "rustframe" version = "0.0.1-a.0" edition = "2021" license = "GPL-3.0-or-later" -license-file = "LICENSE" readme = "README.md" description = "A simple dataframe library"