Remove license-file entry from Cargo.toml

This commit is contained in:
Palash Tyagi 2025-04-26 05:52:09 +01:00
parent 06f6f897a3
commit 7b5f0bf3bf

View File

@ -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"