Skip to content

Commit ca7b216

Browse files
author
Andrew J Westlake
committed
Added metadata to pyo3-asyncio-macros manifest
1 parent ea27ed2 commit ca7b216

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pyo3-asyncio"
33
version = "0.13.0"
44
authors = ["Andrew J Westlake <[email protected]>"]
5-
readme = "README.md"
5+
readme = "/README.md"
66
keywords = ["pyo3", "pyo3-asyncio", "python", "cpython", "ffi", "async", "asyncio"]
77
homepage = "https://github.com/awestlake87/pyo3-asyncio"
88
repository = "https://github.com/awestlake87/pyo3-asyncio"

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ test-feature-powerset: lint
1818
cargo install cargo-hack
1919
cargo hack test --feature-powerset
2020

21-
publish: test-feature-powerset
21+
publish: test-feature-powerset
22+
cargo publish --manifest-path pyo3-asyncio-macros/Cargo.toml
23+
sleep 10 # wait for crates.io to update
2224
cargo publish

pyo3-asyncio-macros/Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
name = "pyo3-asyncio-macros"
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

715
[lib]

0 commit comments

Comments
 (0)