From 88da2c78d457d4c5d265ed4b6cdf2a2810fd1799 Mon Sep 17 00:00:00 2001 From: olivmath Date: Sun, 26 Sep 2021 11:53:06 -0300 Subject: [PATCH] changed: update poetry file --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b41e54..02c7c53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,12 @@ [tool.poetry] name = "lunespy" -version = "1.10.0" +version = "1.13.2" description = "Library for communication with nodes in mainnet or testnet of the lunes-blockchain network" authors = ["Lunes Platform "] license = "Apache License, Version 2.0, january 2004" +readme = "README.md" +documentation = "https://github.com/Lunes-platform/LunesPy/blob/main/docs/TUTORIAL.md" +keywords = ["python", "lunes", "blockchain"] [tool.poetry.dependencies] python-axolotl-curve25519 = "^0.4.1.post2"