From 157e47f5c4e91808f0b001e794cfb9fac863e51d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Fri, 4 Aug 2023 00:30:10 -0300 Subject: [PATCH] pyproject: Use hatchling as build system MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9cd9df236..004df45a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] -requires = ["maturin>=0.14,<0.15"] -build-backend = "maturin" +requires = ["maturin>=1.0.1", "hatchling>=1.7.0"] +build-backend = "hatchling.build" [project] name = "bluerobotics_navigator"