From 660c6757e7755b95b4236978a7bc5141ac91bdef Mon Sep 17 00:00:00 2001 From: Justin Guese Date: Fri, 24 May 2024 13:45:26 +0200 Subject: [PATCH] poetry package path --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5af18f0..0fb8934 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "timesfm" packages = [ - { include = "timesfm", from = "src" }, + { include = "*", from = "src" }, ] version = "0.0.2" description = "Open weights time-series foundation model from Google Research."