From 441c002e3411c1ab6600c3fc437cc98f7b35f37a Mon Sep 17 00:00:00 2001 From: Aryan Bhosale Date: Tue, 17 Sep 2024 19:31:54 +0530 Subject: [PATCH] namespace --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c292fc9..3708ce8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "Source Code" = "https://github.com/openclimatefix/Open-Source-Quartz-Solar-Forecast.git" [tool.setuptools] -packages = { find = { include = ["*"] } } +packages = { find_namespace = { include = ["*"] } } package-data = { "quartz_solar_forecast" = ["*"] } [project.optional-dependencies]