From 922a942facebba2fc1ff8ad80f902c482d5527f9 Mon Sep 17 00:00:00 2001 From: Aleksey Date: Wed, 7 Feb 2024 07:32:23 +0400 Subject: [PATCH] fix pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8a04056..816c035 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,6 @@ +[build-system] +requires = ["hatchling"] +build-backend = "hatchling.build" [project] version = "1.0.0" name = "stickergen"