Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlec committed Nov 4, 2024
1 parent 09a920d commit e883578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdp-langchain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
description = "CDP Agentkit Langchain Extension"
authors = ["John Peterson <[email protected]>"]
readme = "README.md"
packages = [ { include = "cdp_langchain", exclude = ["tests", "examples"] } ]
packages = [ { include = "cdp_langchain" } ]

[tool.poetry.dependencies]
python = "^3.10"
Expand Down

0 comments on commit e883578

Please sign in to comment.