From 0fd070041f3049bb06758c730fed183629fc6828 Mon Sep 17 00:00:00 2001 From: Jonas Belouadi Date: Fri, 19 Jun 2026 06:56:20 +0100 Subject: [PATCH] fix: package discovery --- pyproject.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3300671..ee4182b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,8 @@ meshlab = ["pymeshlab"] lint = ["ruff==0.9.10"] [tool.setuptools.packages.find] -where = ["cube3d"] -include = ["cube/*"] -namespaces = false +where = ["."] +include = ["cube3d*"] + +[tool.setuptools.package-data] +cube3d = ["configs/*.yaml"]