Skip to content

Commit 3dbe573

Browse files
authored
Fix wheel packaging (#2)
1 parent 125b644 commit 3dbe573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

langchain/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "langchain-vectorize"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
description = "An integration package connecting Vectorize and LangChain"
55
readme = "README.md"
66
keywords = ["langchain", "vectorize", "retrieval", "search"]
@@ -65,7 +65,7 @@ show_error_codes = true
6565
show_error_context = true
6666

6767
[tool.hatch.build.targets.wheel]
68-
packages = ["langchain-vectorize"]
68+
packages = ["langchain_vectorize"]
6969

7070
[build-system]
7171
requires = ["hatchling"]

0 commit comments

Comments
 (0)