From a94df6bc22f0448f186eef88f5a0523868d72257 Mon Sep 17 00:00:00 2001 From: Justin Guese Date: Fri, 24 May 2024 13:43:49 +0200 Subject: [PATCH] package path --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a12e635..5af18f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,8 @@ [tool.poetry] name = "timesfm" +packages = [ + { include = "timesfm", from = "src" }, +] version = "0.0.2" description = "Open weights time-series foundation model from Google Research." authors = [