Skip to content

Commit

Permalink
Merge pull request #12 from epinzur/fix-package
Browse files Browse the repository at this point in the history
fix packages
  • Loading branch information
epinzur authored Jun 11, 2024
2 parents 8787ec7 + 170898c commit e3e9795
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ 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 @@ -26,9 +27,6 @@ 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 e3e9795

Please sign in to comment.