From 062711c174e8230a45760cc0913c04d677cc1f03 Mon Sep 17 00:00:00 2001 From: Andre Merzky Date: Thu, 23 Oct 2025 10:40:09 +0200 Subject: [PATCH] fix rose deployment --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9c111bf..de0c43b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,6 +69,9 @@ markers = [ "integration: marks tests as integration tests", ] +[tool.setuptools.packages.find] +where = ["rose"] + [tool.coverage.run] source = ["rose"] omit = ["tests/*"]