Skip to content

Commit 8e82374

Browse files
author
Andrew J Westlake
committed
Added descriptions to manifest files, fixed(?) README path
1 parent ca7b216 commit 8e82374

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "pyo3-asyncio"
3+
description = "PyO3 utilities for Python's Asyncio library"
34
version = "0.13.0"
45
authors = ["Andrew J Westlake <[email protected]>"]
56
readme = "/README.md"

pyo3-asyncio-macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "pyo3-asyncio-macros"
3+
description = "Proc Macro Attributes for PyO3 Asyncio"
34
version = "0.13.0"
45
authors = ["Andrew J Westlake <[email protected]>"]
5-
readme = "/README.md"
6+
readme = "../README.md"
67
keywords = ["pyo3", "pyo3-asyncio", "python", "cpython", "ffi", "async", "asyncio"]
78
homepage = "https://github.com/awestlake87/pyo3-asyncio"
89
repository = "https://github.com/awestlake87/pyo3-asyncio"
910
documentation = "https://docs.rs/crate/pyo3-asyncio/"
1011
categories = ["api-bindings", "development-tools::ffi"]
1112
license = "Apache-2.0"
12-
exclude = ["/.gitignore", "/codecov.yml", "/Makefile"]
1313
edition = "2018"
1414

1515
[lib]

0 commit comments

Comments
 (0)