From 476edfed01450027f124454ccad0bda48c015acc Mon Sep 17 00:00:00 2001 From: Thomas Kosiewski Date: Thu, 23 Mar 2023 13:06:46 +0100 Subject: [PATCH] Removed license file from cargo toml file --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b0d9821..7948ca8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,6 @@ authors = ["Thomas Kosiewski "] description = "kube_quantity is a library adding arithmetic operations to the Quantity type from the k8s-openapi crate." edition = "2021" license = "Apache-2.0" -license-file = "LICENSE" readme = "README.md" repository = "https://github.com/ThomasK33/kube-quantity-rs"