Skip to content

Commit f4b595e

Browse files
author
Ayush Jha
committed
Remove the project specific logic from pyproject.toml
1 parent cfb1f88 commit f4b595e

File tree

4 files changed

+0
-40
lines changed

4 files changed

+0
-40
lines changed

packages/api/pyproject.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
[project]
2-
name = "wasmer"
3-
version = "1.1.0"
4-
description = "Python extension to run WebAssembly binaries"
5-
readme = "README.md"
6-
repository = "https://github.com/wasmerio/wasmer-python"
7-
keywords = ["python", "extension", "webassembly"]
8-
categories = ["wasm"]
9-
build = "build.rs"
10-
111
[package]
122
edition = "2018"
133

packages/compiler-cranelift/pyproject.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
[project]
2-
name = "wasmer_compiler_cranelift"
3-
version = "1.1.0"
4-
description = "Python extension to run WebAssembly binaries"
5-
readme = "README.md"
6-
repository = "https://github.com/wasmerio/wasmer-python"
7-
keywords = ["python", "extension", "webassembly"]
8-
categories = ["wasm"]
9-
build = "build.rs"
10-
111
[package]
122
edition = "2018"
133

packages/compiler-llvm/pyproject.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
[project]
2-
name = "wasmer_compiler_llvm"
3-
version = "1.1.0"
4-
description = "Python extension to run WebAssembly binaries"
5-
readme = "README.md"
6-
repository = "https://github.com/wasmerio/wasmer-python"
7-
keywords = ["python", "extension", "webassembly"]
8-
categories = ["wasm"]
9-
build = "build.rs"
10-
111
[package]
122
edition = "2018"
133

packages/compiler-singlepass/pyproject.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
[project]
2-
name = "wasmer_compiler_singlepass"
3-
version = "1.1.0"
4-
description = "Python extension to run WebAssembly binaries"
5-
readme = "README.md"
6-
repository = "https://github.com/wasmerio/wasmer-python"
7-
keywords = ["python", "extension", "webassembly"]
8-
categories = ["wasm"]
9-
build = "build.rs"
10-
111
[package]
122
edition = "2018"
133

0 commit comments

Comments
 (0)