From b62b47cfcf4fc9587f96b0f66b6d2d59ec0025a7 Mon Sep 17 00:00:00 2001 From: rozyczko Date: Wed, 13 May 2026 09:12:57 +0200 Subject: [PATCH] src\legacy should be in wheel --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bdce82da..52af5549 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,6 @@ requires = ['hatchling', 'versioningit'] [tool.hatch.build.targets.wheel] packages = ['src/easyscience'] -exclude = ['src/easyscience/legacy'] [tool.hatch.metadata] allow-direct-references = true