♻️ Change order to have build-system at the top

This commit is contained in:
2025-03-09 11:40:49 +01:00
parent 3d51f3092d
commit d7b634107b

View File

@@ -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"