From e3ccef25046254e5677f740aef28326bf4e34bf4 Mon Sep 17 00:00:00 2001 From: Windel Bouwman Date: Mon, 1 Jul 2019 21:14:07 +0200 Subject: [PATCH] Change authors to team name. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9056260ae1..8fdb37871a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustpython-compiler" version = "0.1.0" -authors = ["coolreader18 <33094578+coolreader18@users.noreply.github.com>", "Windel Bouwman "] +authors = ["RustPython Team"] edition = "2018" [dependencies]