Skip to content

Commit

Permalink
fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Jan 16, 2024
1 parent cd7c552 commit 5eba6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
packages=find_namespace_packages(
include=["langchain-iris", "langchain-iris.*"]
include=["langchain_iris", "langchain_iris.*"]
),
include_package_data=True,
install_requires=requirements,
Expand Down

0 comments on commit 5eba6f2

Please sign in to comment.