From 52957a13b800ac2131391574a14f9edbebd324b8 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 17 Jun 2018 20:55:27 +0200 Subject: [PATCH] Change license id so it's accepted by crates.io https://github.com/rust-lang/crates.io/issues/1435 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3c28199..74d73c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "python-parser" version = "0.1.0" authors = ["Valentin Lorentz "] -license = "GPL-3.0-or-later" +license = "GPL-3.0+" description = "A complete Python parser based on nom." documentation = "https://docs.rs/python-parser" repository = "https://github.com/ProgVal/rust-python-parser"