From 7702392007354888c6caefa624023fe4a1b8bcd5 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 17 Feb 2024 00:13:20 +0100 Subject: [PATCH] wheel --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 207691a..c95941e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,5 +28,8 @@ requires-python = '>=3.10' [project.urls] +[tool.hatch.build.targets.wheel] +packages = ['.'] + [tool.hatch.version] path = '__init__.py'