Skip to content

Commit

Permalink
add module description
Browse files Browse the repository at this point in the history
  • Loading branch information
fasashen committed Jul 4, 2022
1 parent 7e6c02f commit ab85e0b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ version = "0.1.3"
description = "Compact Python library for interacting with Ankr's Advanced APIs."
authors = ["Roman Fasakhov <romanfasakhov@ankr.com>"]
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"
Expand Down

0 comments on commit ab85e0b

Please sign in to comment.