Skip to content

Commit

Permalink
(fix) Included missing project infor in Poetry useful when building a…
Browse files Browse the repository at this point in the history
…nd publishing the library
  • Loading branch information
abel committed Sep 20, 2023
1 parent 7078a76 commit cd78b5f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@ name = "injective-py"
version = "0.9.dev"
description = "Injective Python SDK, with Exchange API Client"
authors = ["Injective Labs <[email protected]>"]
license = "Apache Software License 2.0"
license = "Apache-2.0"
readme = "README.md"
homepage = "https://injectivelabs.org/"
repository = "https://github.com/InjectiveLabs/sdk-python"
documentation = "https://api.injective.exchange/"
keywords = ["injective", "blockchain", "cosmos", "injectivelabs"]
classifiers = [
"Intended Audience :: Developers",
]
packages = [
{ include = "pyinjective" },
]
Expand Down

0 comments on commit cd78b5f

Please sign in to comment.