From 56ec3c718d6bbc1fb941b987b85c9e0f5eb2a118 Mon Sep 17 00:00:00 2001 From: Till Wegmueller Date: Thu, 4 Jun 2020 16:03:02 +0200 Subject: [PATCH] Only License or license-file is necessary --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index efe9521..79461d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,6 @@ version = "0.0.1-placeholder" authors = ["Till Wegmueller "] edition = "2018" license-file = "LICENSE" -license = "Mozilla Public License, v. 2.0" description = "The core library for the rust version of the Image Packaging System. Includes Python bindings." repository = "https://github.com/OpenFlowLabs/libips" readme = "README.md"