Skip to content

Commit 5bab559

Browse files
author
Andrew J Westlake
committed
Added some more info to the Cargo.toml
1 parent 637adf6 commit 5bab559

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Cargo.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@
22
name = "pyo3-asyncio"
33
version = "0.13.0"
44
authors = ["Andrew J Westlake <[email protected]>"]
5+
readme = "README.md"
6+
keywords = ["pyo3", "pyo3-asyncio", "python", "cpython", "ffi", "async", "asyncio"]
7+
homepage = "https://github.com/awestlake87/pyo3-asyncio"
8+
repository = "https://github.com/awestlake87/pyo3-asyncio"
9+
documentation = "https://docs.rs/crate/pyo3-asyncio/"
10+
categories = ["api-bindings", "development-tools::ffi"]
11+
license = "Apache-2.0"
12+
exclude = ["/.gitignore", "/codecov.yml", "/Makefile"]
513
edition = "2018"
614

15+
716
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
817

918
[features]
@@ -12,7 +21,6 @@ testing = ["clap"]
1221
tokio-runtime = ["tokio"]
1322
default = []
1423

15-
1624
[[test]]
1725
name = "test_async_std_asyncio"
1826
path = "pytests/test_async_std_asyncio.rs"

0 commit comments

Comments
 (0)