From c53c6bc92ea65372026a67813e124dcbfccc82ef Mon Sep 17 00:00:00 2001 From: Aleksey Date: Wed, 7 Feb 2024 07:58:31 +0400 Subject: [PATCH] setuptools --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 57cb97c..809b3e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] -requires = ["hatchling", "setuptools"] -build-backend = "hatchling.build" +requires = ["setuptools >= 61.0"] +build-backend = "setuptools.build_meta" [project] version = "1.0.0" name = "stickergen"