From 5fdfed5a09e5f28b680ce7226e8ba8486ba938ba Mon Sep 17 00:00:00 2001 From: Vincent Date: Mon, 13 May 2024 22:30:42 +0100 Subject: [PATCH] refactor: use hatchling as the build backend instead of setuptools --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b6d2b55..d24c711 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] -requires = ["setuptools >= 61.0"] -build-backend = "setuptools.build_meta" +requires = ["hatchling"] +build-backend = "hatchling.build" [project] name = "endstone-example"