From 83f6d31ec6270835706bd9f1eef6c503137ffa60 Mon Sep 17 00:00:00 2001 From: NolanTrem <34580718+NolanTrem@users.noreply.github.com> Date: Fri, 6 Sep 2024 12:01:52 -0700 Subject: [PATCH] Hotfix: ship with hatchet compose --- py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/pyproject.toml b/py/pyproject.toml index 0a4538023..2538c1b58 100644 --- a/py/pyproject.toml +++ b/py/pyproject.toml @@ -9,7 +9,7 @@ version = "3.0.8" description = "SciPhi R2R" authors = ["Owen Colegrove "] license = "MIT" -include = ["r2r.toml", "compose.yaml", "compose.neo4j.yaml", "compose.ollama.yaml", "compose.postgres.yaml", "pyproject.toml"] +include = ["r2r.toml", "compose.yaml", "compose.neo4j.yaml", "compose.ollama.yaml", "compose.postgres.yaml", "compose.hatchet.yaml", "pyproject.toml"] packages = [ { include = "r2r", from = "." }, { include = "core", from = "." },