From ab85e0b741a8165c7de153b937ac486524c9b714 Mon Sep 17 00:00:00 2001 From: Roman Fasakhov Date: Mon, 4 Jul 2022 18:11:34 +0300 Subject: [PATCH] add module description --- pyproject.toml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ac47228..3984a0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,9 +4,15 @@ version = "0.1.3" description = "Compact Python library for interacting with Ankr's Advanced APIs." authors = ["Roman Fasakhov "] license = "MIT License" -packages = [ - { include = "ankr" }, -] + +homepage = "https://ankr.com/" +repository = "https://github.com/Ankr-network/ankr-python-sdk" +keywords = ["ankr", "sdk", "blockchain", "nft"] +readme = "README.md" +include = ["LICENSE"] + +packages = [{ include = "ankr" }] + [tool.poetry.dependencies] python = "^3.7.2"