Skip to content

Commit 665abd0

Browse files
author
Andrew J Westlake
committed
Fixed README path in pyo3-asyncio manifest
1 parent 496e2e7 commit 665abd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

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

0 commit comments

Comments
 (0)