Skip to content

Commit 6a58b76

Browse files
committed
Change authors to team name.
1 parent bedbad2 commit 6a58b76

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustpython"
33
version = "0.0.1"
4-
authors = ["Windel Bouwman <[email protected]>", "Shing Lyu <[email protected]>"]
4+
authors = ["RustPython Team"]
55
edition = "2018"
66

77
[workspace]

bytecode/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustpython-bytecode"
33
version = "0.1.0"
4-
authors = ["Windel Bouwman <[email protected]>"]
4+
authors = ["RustPython Team"]
55
edition = "2018"
66

77
[dependencies]

compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustpython-compiler"
33
version = "0.1.0"
4-
authors = ["coolreader18 <[email protected]>", "Windel Bouwman <[email protected]>"]
4+
authors = ["RustPython Team"]
55
edition = "2018"
66

77
[dependencies]

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustpython-derive"
33
version = "0.1.0"
4-
authors = ["Joey <[email protected]>"]
4+
authors = ["RustPython Team"]
55
edition = "2018"
66

77
[lib]

parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustpython-parser"
33
version = "0.0.1"
4-
authors = [ "Shing Lyu", "Windel Bouwman" ]
4+
authors = [ "RustPython Team" ]
55
build = "build.rs"
66
edition = "2018"
77

vm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustpython-vm"
33
version = "0.1.0"
4-
authors = ["Shing Lyu <[email protected]>"]
4+
authors = ["RustPython Team"]
55
edition = "2018"
66

77
[features]

wasm/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustpython_wasm"
33
version = "0.1.0-pre-alpha.2"
4-
authors = ["Ryan Liddle <[email protected]>"]
4+
authors = ["RustPython Team"]
55
license = "MIT"
66
description = "A Python-3 (CPython >= 3.5.0) Interpreter written in Rust, compiled to WASM"
77
repository = "https://github.com/RustPython/RustPython/tree/master/wasm/lib"

0 commit comments

Comments
 (0)