From b707b01545f5d05980740b1bade0de0e0bc6f6b8 Mon Sep 17 00:00:00 2001 From: Andreas Pedersen Date: Wed, 3 Jan 2024 07:19:54 +0100 Subject: [PATCH] explicit packages different from project name --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 513d2b53..748b6641 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling<=1.18.0"] +requires = ["hatchling"] build-backend = "hatchling.build" [project] @@ -64,6 +64,9 @@ source = ['EasyReflectometry'] organization = 'easyScience' repo = 'EasyReflectometryLib' +[tool.hatch.build.targets.wheel] +packages = ["EasyReflectometry"] + [tool.tox] legacy_tox_ini = """ [tox]