Skip to content

Commit 496e2e7

Browse files
author
Andrew J Westlake
committed
Reduced keywords down to 5 words
1 parent 8e82374 commit 496e2e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "PyO3 utilities for Python's Asyncio library"
44
version = "0.13.0"
55
authors = ["Andrew J Westlake <[email protected]>"]
66
readme = "/README.md"
7-
keywords = ["pyo3", "pyo3-asyncio", "python", "cpython", "ffi", "async", "asyncio"]
7+
keywords = ["pyo3", "python", "ffi", "async", "asyncio"]
88
homepage = "https://github.com/awestlake87/pyo3-asyncio"
99
repository = "https://github.com/awestlake87/pyo3-asyncio"
1010
documentation = "https://docs.rs/crate/pyo3-asyncio/"

pyo3-asyncio-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Proc Macro Attributes for PyO3 Asyncio"
44
version = "0.13.0"
55
authors = ["Andrew J Westlake <[email protected]>"]
66
readme = "../README.md"
7-
keywords = ["pyo3", "pyo3-asyncio", "python", "cpython", "ffi", "async", "asyncio"]
7+
keywords = ["pyo3", "python", "ffi", "async", "asyncio"]
88
homepage = "https://github.com/awestlake87/pyo3-asyncio"
99
repository = "https://github.com/awestlake87/pyo3-asyncio"
1010
documentation = "https://docs.rs/crate/pyo3-asyncio/"

0 commit comments

Comments
 (0)