Skip to content

Commit

Permalink
Merge pull request #11 from epinzur/fix-package
Browse files Browse the repository at this point in the history
fix package includes
  • Loading branch information
epinzur authored Jun 11, 2024
2 parents eece6db + 7eb6301 commit 8787ec7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ description = "A tool for evaluating RAG pipelines"
authors = ["Eric Pinzur <[email protected]>"]
license = "Apache 2.0"
readme = "README.md"
packages = [{include = "ragulate/*"}]

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
Expand All @@ -27,6 +26,9 @@ langchain-community = "0.0.38"
langchain-core = "0.1.52"
langchain-openai = "0.1.3"

[tool.poetry.package]
include = ["ragulate"]

[build-system]
requires = ["poetry-core", "setuptools>=42", "wheel", "pip"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 8787ec7

Please sign in to comment.