From ff9c26b083a92b4149efa787f70696687ca91200 Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 16 Feb 2024 17:21:30 +0100 Subject: Update build system --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8ac7d29..fa29e66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] -requires = ["hatchling"] -build-backend = "hatchling.build" +requires = ["pdm-backend"] +build-backend = "pdm.backend" [project] name = "infiray_irg" -- cgit