Skip to content

Commit cd78b5f

Browse files
author
abel
committed
(fix) Included missing project infor in Poetry useful when building and publishing the library
1 parent 7078a76 commit cd78b5f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,15 @@ name = "injective-py"
33
version = "0.9.dev"
44
description = "Injective Python SDK, with Exchange API Client"
55
authors = ["Injective Labs <[email protected]>"]
6-
license = "Apache Software License 2.0"
6+
license = "Apache-2.0"
77
readme = "README.md"
8+
homepage = "https://injectivelabs.org/"
9+
repository = "https://github.com/InjectiveLabs/sdk-python"
10+
documentation = "https://api.injective.exchange/"
11+
keywords = ["injective", "blockchain", "cosmos", "injectivelabs"]
12+
classifiers = [
13+
"Intended Audience :: Developers",
14+
]
815
packages = [
916
{ include = "pyinjective" },
1017
]

0 commit comments

Comments
 (0)