From 2a0fa0365a1936c1e8720eca30999cc4a06a2c57 Mon Sep 17 00:00:00 2001 From: robbertuittenbroek Date: Wed, 8 Jan 2025 11:42:26 +0100 Subject: [PATCH] Fix for poetry build --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4ab985f..7769cfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,9 +15,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Artificial Intelligence", "Typing :: Typed" ] -packages = [ - { include = "task_registry" } -] +package-mode = false [tool.poetry.scripts] deploy = "task_registry.data:main"