Merge pull request #22 from Magnus167/fix_toml

Remove license-file entry from Cargo.toml
This commit is contained in:
2025-04-26 05:59:05 +01:00
committed by GitHub

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"