From 525892f038f245e7dafa64479466500d5fad8743 Mon Sep 17 00:00:00 2001 From: Petr Erastov Date: Thu, 28 Sep 2023 19:20:17 +0300 Subject: [PATCH] Add description to PyPI package --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e3ef657..90e77f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ version = "1.0.3" description = "Cybsi Cloud development kit" authors = ["Cybsi Cloud developers"] license = "Apache License 2.0" +readme = "README.md" packages = [ { include = "cybsi" }, ]