Merge pull request #22 from Magnus167/fix_toml

Remove license-file entry from Cargo.toml
This commit is contained in:
Palash Tyagi 2025-04-26 05:59:05 +01:00 committed by GitHub
commit 85e3cde696
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,6 @@ name = "rustframe"
version = "0.0.1-a.0" version = "0.0.1-a.0"
edition = "2021" edition = "2021"
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
license-file = "LICENSE"
readme = "README.md" readme = "README.md"
description = "A simple dataframe library" description = "A simple dataframe library"