Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Change authors to team name.
  • Loading branch information
windelbouwman committed Jul 1, 2019
commit 6a58b76ef78301bc9ab4922795f1eb6c0d6474a0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rustpython"
version = "0.0.1"
authors = ["Windel Bouwman <windel@windel.nl>", "Shing Lyu <shing.lyu@gmail.com>"]
authors = ["RustPython Team"]
edition = "2018"

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion bytecode/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rustpython-bytecode"
version = "0.1.0"
authors = ["Windel Bouwman <windel@windel.nl>"]
authors = ["RustPython Team"]
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rustpython-compiler"
version = "0.1.0"
authors = ["coolreader18 <33094578+coolreader18@users.noreply.github.com>", "Windel Bouwman <windel@windel.nl>"]
authors = ["RustPython Team"]
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rustpython-derive"
version = "0.1.0"
authors = ["Joey <jmhain@protonmail.com>"]
authors = ["RustPython Team"]
edition = "2018"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rustpython-parser"
version = "0.0.1"
authors = [ "Shing Lyu", "Windel Bouwman" ]
authors = [ "RustPython Team" ]
build = "build.rs"
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion vm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rustpython-vm"
version = "0.1.0"
authors = ["Shing Lyu <shing.lyu@gmail.com>"]
authors = ["RustPython Team"]
edition = "2018"

[features]
Expand Down
2 changes: 1 addition & 1 deletion wasm/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rustpython_wasm"
version = "0.1.0-pre-alpha.2"
authors = ["Ryan Liddle <ryan@rmliddle.com>"]
authors = ["RustPython Team"]
license = "MIT"
description = "A Python-3 (CPython >= 3.5.0) Interpreter written in Rust, compiled to WASM"
repository = "https://github.com/RustPython/RustPython/tree/master/wasm/lib"
Expand Down