From d7b634107b7ac04cf89428e0e7039ddb9e255ad5 Mon Sep 17 00:00:00 2001 From: Paillat-dev Date: Sun, 9 Mar 2025 11:40:49 +0100 Subject: [PATCH] :recycle: Change order to have build-system at the top --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1e5d7de..04b904e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,7 @@ +[build-system] +requires = ["hatchling", "hatch-vcs"] +build-backend = "hatchling.build" + [project] name = "pycord-rest-bot" dynamic = ["version", "urls"] @@ -31,10 +35,6 @@ dev = [ "ruff>=0.9.9", ] -[build-system] -requires = ["hatchling", "hatch-vcs"] -build-backend = "hatchling.build" - [tool.hatch.version] source = "vcs"