From 17812a8110a7d8fb4c255632ace8c6149a8463e4 Mon Sep 17 00:00:00 2001 From: remimd Date: Sun, 28 Dec 2025 18:34:16 +0100 Subject: [PATCH] fix: update readme path to docs/index.md --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e19247..6327485 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ version = "0.0.0" description = "CQRS library for async Python projects." license = "MIT" license-files = ["LICENSE"] -readme = "README.md" +readme = "docs/index.md" requires-python = ">=3.12, <3.15" authors = [{ name = "remimd" }] keywords = ["cqrs"]