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"