From 170898cdfcc7c7fdd58538569dd9220ac96a9643 Mon Sep 17 00:00:00 2001 From: Eric Pinzur Date: Tue, 11 Jun 2024 14:49:17 +0200 Subject: [PATCH] fix packages --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5ef81fc..9bac1c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ description = "A tool for evaluating RAG pipelines" authors = ["Eric Pinzur "] license = "Apache 2.0" readme = "README.md" +packages = [{include = "ragulate"}] [tool.poetry.dependencies] python = ">=3.10,<3.13" @@ -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"