From cd78b5f3b8963e5a7bec76024f5a0ecc608259f5 Mon Sep 17 00:00:00 2001 From: abel Date: Wed, 20 Sep 2023 12:44:02 -0300 Subject: [PATCH] (fix) Included missing project infor in Poetry useful when building and publishing the library --- pyproject.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d0189976..e3a6c098 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,15 @@ name = "injective-py" version = "0.9.dev" description = "Injective Python SDK, with Exchange API Client" authors = ["Injective Labs "] -license = "Apache Software License 2.0" +license = "Apache-2.0" readme = "README.md" +homepage = "https://injectivelabs.org/" +repository = "https://github.com/InjectiveLabs/sdk-python" +documentation = "https://api.injective.exchange/" +keywords = ["injective", "blockchain", "cosmos", "injectivelabs"] +classifiers = [ + "Intended Audience :: Developers", +] packages = [ { include = "pyinjective" }, ]