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"