From 1dd9dc220be43b305b95b5b9134d497b9d6144da Mon Sep 17 00:00:00 2001 From: Olivier Lacroix Date: Sun, 4 Aug 2024 15:20:13 +1000 Subject: [PATCH] More hatchling --- docs/tutorials/python.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/python.md b/docs/tutorials/python.md index e29aa6726..2de1534dd 100644 --- a/docs/tutorials/python.md +++ b/docs/tutorials/python.md @@ -36,8 +36,8 @@ requires-python = ">= 3.11" dependencies = [] [build-system] -requires = ["setuptools"] -build-backend = "setuptools.build_meta" +build-backend = "hatchling.build" +requires = ["hatchling"] [tool.pixi.project] channels = ["conda-forge"]