Skip to content

Commit ab85e0b

Browse files
committed
add module description
1 parent 7e6c02f commit ab85e0b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

pyproject.toml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ version = "0.1.3"
44
description = "Compact Python library for interacting with Ankr's Advanced APIs."
55
authors = ["Roman Fasakhov <[email protected]>"]
66
license = "MIT License"
7-
packages = [
8-
{ include = "ankr" },
9-
]
7+
8+
homepage = "https://ankr.com/"
9+
repository = "https://github.com/Ankr-network/ankr-python-sdk"
10+
keywords = ["ankr", "sdk", "blockchain", "nft"]
11+
readme = "README.md"
12+
include = ["LICENSE"]
13+
14+
packages = [{ include = "ankr" }]
15+
1016

1117
[tool.poetry.dependencies]
1218
python = "^3.7.2"

0 commit comments

Comments
 (0)