From bded757ac8b71df61bef068c320c639ab64f2f06 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 24 Mar 2025 07:11:04 +0100 Subject: build: switch from setuptools to hatchling For reproducible builds and also so that you no longer need `--config-settings editable_mode=compat` for pip install to make it work with Pyright. --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 07331d7..a546e6a 100644 --- a/default.nix +++ b/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pyproject = true; build-system = [ - setuptools + hatchling ]; disabled = pythonOlder "3.13"; -- cgit v1.2.3