From ad61632e70ed46049b734b09432ff5632c95bb35 Mon Sep 17 00:00:00 2001 From: Paulo Henrique Barchi Date: Sun, 3 Apr 2022 10:14:39 +0200 Subject: [PATCH] package fields: remove license-file since we use standard Apache-2.0 --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ec5891a..b40b5b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,6 @@ categories = ["science"] readme = "README.md" repository = "https://github.com/bolcom/serenade/" license = "Apache-2.0" -license-file = "LICENSE.md" version = "0.2.9" authors = ["submission@sigmod2021.org"] edition = "2021"