ai21[patch]: added `license` (#22153)

The `pyproject.toml` missed the `license` parameter. I've added it as
`MIT`
pull/22166/head^2
Leonid Ganeline 4 months ago committed by GitHub
parent 8332a36f69
commit d6995e814b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,6 +5,7 @@ description = "An integration package connecting AI21 and LangChain"
authors = []
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/partners/ai21"

Loading…
Cancel
Save