Skip to content

Commit

Permalink
Merge pull request #251 from InjectiveLabs/fix/complete_project_info_…
Browse files Browse the repository at this point in the history
…for_poetry

Fix/complete project info for poetry
  • Loading branch information
aarmoa authored Sep 20, 2023
2 parents 7078a76 + cd78b5f commit 2bc29a1
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 2bc29a1

Please sign in to comment.