Update Cargo.toml metadata for publishing.

This commit is contained in:
Dan Gohman
2019-08-20 17:53:05 -07:00
parent 44367ba99a
commit d4f27dcc91
10 changed files with 6 additions and 11 deletions

View File

@@ -1,12 +1,11 @@
[package]
name = "wasmtime-py"
version = "0.3.0"
version = "0.2.0"
authors = ["The Wasmtime Project Developers"]
description = "Python extension for Wasmtime"
license = "Apache-2.0 WITH LLVM-exception"
categories = ["wasm", "python"]
edition = "2018"
publish = false
[lib]
name = "_wasmtime"