From f4d73ff1aec03ce7df48f76f57c8d2c33ee7e314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20Jedlicska?= Date: Thu, 29 May 2025 14:31:39 +0200 Subject: [PATCH] fix: specify what packages to include in the wheel --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 84e5b67..ede5133 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,10 @@ build-backend = "hatchling.build" [tool.hatch.version] source = "vcs" +[tool.hatch.build.targets.wheel] +only-include = ["src"] +sources = ["src"] + [tool.hatch.version.raw-options] local_scheme = "no-local-version"