From 06e6ca4b1b46d3979ec7d4a5c1e70d7640801040 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Mon, 11 Dec 2023 18:25:23 +0100 Subject: [PATCH] Add package location to adapat to hatchling 1.19.0 --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a2fddc5..9b9d240 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,6 +61,9 @@ exclude = [ "/.github", ] +[tool.hatch.build.targets.wheel] +packages = ["src/great_project"] + [tool.hatch.envs.default] features = ["dev"]