Skip to content

Commit 08ac394

Browse files
authored
fix: update readme path to docs/index.md
1 parent 477415a commit 08ac394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ version = "0.0.0"
2626
description = "CQRS library for async Python projects."
2727
license = "MIT"
2828
license-files = ["LICENSE"]
29-
readme = "README.md"
29+
readme = "docs/index.md"
3030
requires-python = ">=3.12, <3.15"
3131
authors = [{ name = "remimd" }]
3232
keywords = ["cqrs"]

0 commit comments

Comments
 (0)