From 337a4f0fafc8e6a56a74eed932954e46b1a7ccad Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Sun, 17 Dec 2023 17:31:46 +0100 Subject: [PATCH] new rye requirement --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a2cd284..c32426b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,3 +40,6 @@ dev-dependencies = [ [tool.hatch.metadata] allow-direct-references = true + +[tool.hatch.build.targets.wheel] +packages = ["src"]