Skip to content

Commit

Permalink
cli[patch]: pypi fields (#16410)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Jan 22, 2024
1 parent 2ac3a82 commit 35ec0bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion libs/cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name = "langchain-cli"
version = "0.0.21"
description = "CLI for interacting with LangChain"
authors = ["Erick Friis <[email protected]>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/langchain-ai/langchain"
license = "MIT"

[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/cli"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down

0 comments on commit 35ec0bb

Please sign in to comment.