From e62283c20265c0e4304d692d7954561d8e2f046a Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Thu, 19 Sep 2024 12:31:17 +0200 Subject: [PATCH] Use automatic module detection --- pyproject.toml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5b3fadf0a..8576834ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,15 +84,6 @@ exclude = [ "docs", ] -[tool.hatch.build.targets.wheel] -packages = [ - "pymc_marketing", - "pymc_marketing.mmm", - "pymc_marketing.mmm.components", - "pymc_marketing.clv", - "pymc_marketing.clv.models", -] - [tool.hatch.version] path = "pymc_marketing/version.py"