From 40bd767e2f84797d9215ef9caf8638b23ffd80b4 Mon Sep 17 00:00:00 2001 From: Pbatch <37177749+Pbatch@users.noreply.github.com> Date: Wed, 19 Jun 2024 23:12:52 +0100 Subject: [PATCH] Use hatchling instead of setuptools (#154) --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 57d5c28..10f3ce5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] -requires = ["setuptools>=61.0", "wheel"] -build-backend = "setuptools.build_meta" +requires = ["hatchling"] +build-backend = "hatchling.build" [project] name = "ClashRoyaleBuildABot" @@ -48,8 +48,6 @@ exclude = ''' | \.venv | _build | buck-out - | build - | dist )/ '''