From b58099ebf3f81a1f130ba6f9936b7949f98c3fa3 Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Tue, 7 May 2024 16:38:45 +0545 Subject: [PATCH] Find all namespace packages on the build --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f757d9f..5e596bd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,5 +52,5 @@ update_changelog_on_bump = true [tool.setuptools] -packages = { find = { where = ["src","API"]} } +packages = { find = {} }