diff --git a/libs/weaviate/pyproject.toml b/libs/weaviate/pyproject.toml index 31659d4..5988b70 100644 --- a/libs/weaviate/pyproject.toml +++ b/libs/weaviate/pyproject.toml @@ -1,9 +1,14 @@ [tool.poetry] name = "langchain-weaviate" -version = "0.0.1" +version = "0.0.1.post1" description = "An integration package connecting Weaviate and LangChain" authors = [] readme = "README.md" +repository = "https://github.com/langchain-ai/langchain-weaviate" +license = "MIT" + +[tool.poetry.urls] +"Source Code" = "https://github.com/langchain-ai/langchain-weaviate/tree/main/libs/weaviate" [tool.poetry.dependencies] python = ">=3.9,<4.0"