From 334e5e0100f33d9ddf84b922b9e766e570f10ae0 Mon Sep 17 00:00:00 2001 From: Ben Sowell Date: Thu, 28 Sep 2023 00:07:28 -0700 Subject: [PATCH] Update the Poetry packages. --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2a06e0d67..f0c333f79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,8 @@ description = "Sycamore is an LLM-powered semantic data preparation system for b authors = ["aryn.ai "] readme = "README.md" repository = "https://github.com/aryn-ai/sycamore.git" +packages = [{include = "sycamore"}] + [tool.poetry.urls] "Repository" = "https://github.com/aryn-ai/sycamore.git"