mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
chore: enrich pyproject.toml files (#34980)
This commit is contained in:
@@ -7,7 +7,19 @@ name = "langchain"
|
||||
description = "Building applications with LLMs through composability"
|
||||
license = { text = "MIT" }
|
||||
readme = "README.md"
|
||||
authors = []
|
||||
classifiers = [
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
"Programming Language :: Python :: 3.14",
|
||||
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
]
|
||||
|
||||
version = "1.2.8"
|
||||
requires-python = ">=3.10.0,<4.0.0"
|
||||
@@ -39,7 +51,8 @@ perplexity = ["langchain-perplexity"]
|
||||
[project.urls]
|
||||
Homepage = "https://docs.langchain.com/"
|
||||
Documentation = "https://reference.langchain.com/python/langchain/langchain/"
|
||||
Source = "https://github.com/langchain-ai/langchain/tree/master/libs/langchain"
|
||||
Repository = "https://github.com/langchain-ai/langchain"
|
||||
Issues = "https://github.com/langchain-ai/langchain/issues"
|
||||
Changelog = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain%3D%3D1%22"
|
||||
Twitter = "https://x.com/LangChain"
|
||||
Slack = "https://www.langchain.com/join-community"
|
||||
|
||||
Reference in New Issue
Block a user