From 7cb73bc722cd666bed8af23147335c055e44106b Mon Sep 17 00:00:00 2001 From: cwild-UoS <93984046+cwild-UoS@users.noreply.github.com> Date: Wed, 22 Feb 2023 17:09:48 +0000 Subject: [PATCH] Swap to auto module discovery in setuptools --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d8ea6edc..8a846ca3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,8 +46,8 @@ build-backend = "setuptools.build_meta" Documentation = "https://causal-testing-framework.readthedocs.io/" Source = "https://github.com/CITCOM-project/CausalTestingFramework" -[tool.setuptools.packages.find] -where = ["causal_testing"] +[tool.setuptools.packages] +find = {} [tool.setuptools_scm]